he2802 1 年之前
父節點
當前提交
9cbefdefc2

+ 2 - 0
zhongzheng-system/src/main/java/com/zhongzheng/modules/grade/service/impl/UserPeriodServiceImpl.java

@@ -697,6 +697,8 @@ public class UserPeriodServiceImpl extends ServiceImpl<UserPeriodMapper, UserPer
             if (ObjectUtils.isNotNull(sysTenant) && sysTenant.getPeriodSign() == 1){
                 hasSeven = true;
                 studyRec.setCourseType(17);
+            }else if (!"继续教育二级造价师".equals(fullName)){
+                return true;
             }
         }
         UserVo userVo = iUserService.queryById(bo.getUserId());