|
@@ -93,6 +93,10 @@ public class WmTaskSubmissionPercentRuleServiceImpl
|
|
toCheckTaskTypes = allTaskTypeIds;
|
|
toCheckTaskTypes = allTaskTypeIds;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ if (CollUtil.isEmpty(toCheckTaskTypes)) {
|
|
|
|
+ return;
|
|
|
|
+ }
|
|
|
|
+
|
|
WmTaskSubmissionPercentRule.PercentRule rule = rules.get(0).getRule();
|
|
WmTaskSubmissionPercentRule.PercentRule rule = rules.get(0).getRule();
|
|
|
|
|
|
// 指定任务类型做的任务总积分不得大于积分包值的rule.limitPercent%(积分包值小于rule.startScore不做限制)
|
|
// 指定任务类型做的任务总积分不得大于积分包值的rule.limitPercent%(积分包值小于rule.startScore不做限制)
|