|
|
@@ -230,6 +230,9 @@ public class PartnerRuleServiceImpl extends ServiceImpl<PartnerRuleMapper, Partn
|
|
|
if (CollectionUtil.isEmpty(requirement)) {
|
|
|
throw new SystemException("考核条件不能为空");
|
|
|
}
|
|
|
+ if (StringUtils.equals("5", grade)){
|
|
|
+ grade = "4";
|
|
|
+ }
|
|
|
CommissionValidityPeriod period = getCommissionValidityPeriod(cycle1, userId, grade);
|
|
|
if (period == null) {
|
|
|
throw new SystemException("有效周期不能为空");
|