|
@@ -3760,7 +3760,7 @@ public class ApiController {
|
|
|
// 校验任务百分比限制规则(如果积分包值大于【任务配置】-【百分比限制】配置的起始值,
|
|
|
// 且【任务配置】-【百分比限制】所选的任务类型对应的任务总完成积分值>积分包值*【任务配置】-【百分比限制】配置的百分比,则校验不通过)
|
|
|
R<?> checkPercentRuleResult =
|
|
|
- wmTaskSubmissionPercentRuleService.checkPercentRule(tWmScorePackage, SecurityUtils.getUser().getDeptId(),
|
|
|
+ wmTaskSubmissionPercentRuleService.checkPercentRule(tWmScorePackage, sysUser.getDeptId(),
|
|
|
Integer.valueOf(shareUserId), Arrays.asList("8", "9", "10", "11"));
|
|
|
if (checkPercentRuleResult.getCode() != 0) {
|
|
|
wmTask.setScore(0);
|