|
@@ -267,7 +267,7 @@ public class WmUserSignServiceImpl extends ServiceImpl<WmUserSignMapper, WmUserS
|
|
|
// 月度积分限制
|
|
|
String monthLimitValue;
|
|
|
List<WmTaskSubmissionRule> monthScoreLimitRuleList = wmTaskSubmissionRuleService.list(Wrappers.<WmTaskSubmissionRule>lambdaQuery()
|
|
|
- .in(WmTaskSubmissionRule::getDeptId, CollUtil.newHashSet("entId", 1))
|
|
|
+ .in(WmTaskSubmissionRule::getDeptId, CollUtil.newHashSet(entId, 1))
|
|
|
.eq(WmTaskSubmissionRule::getOptFlag, CommonFlag.OptFlag.OK)
|
|
|
.eq(WmTaskSubmissionRule::getSubCategory, UpmsType.TaskSubCategory.MONTH_SCORE_LIMIT));
|
|
|
if (CollUtil.isNotEmpty(monthScoreLimitRuleList)) {
|