|
@@ -96,7 +96,7 @@ public class WmTaskSubmissionPercentRuleServiceImpl
|
|
|
failFlag.set(true);
|
|
|
|
|
|
String taskTypeNames = allTaskTypeIds.stream().map(taskTypeIdMap::get).collect(Collectors.joining("、"));
|
|
|
- message.set(String.format("%s任务类型的任务总积分不得大于积分包值的%s", taskTypeNames, rule.getLimitPercent()));
|
|
|
+ message.set(String.format("%s任务类型的任务总积分不得大于积分包值的%s%%", taskTypeNames, rule.getLimitPercent()));
|
|
|
}
|
|
|
}
|
|
|
}
|