renqianlong 1 سال پیش
والد
کامیت
07f814ebff
1فایلهای تغییر یافته به همراه7 افزوده شده و 10 حذف شده
  1. 7 10
      zhongzheng-framework/src/main/java/com/zhongzheng/framework/web/service/UserServiceImpl.java

+ 7 - 10
zhongzheng-framework/src/main/java/com/zhongzheng/framework/web/service/UserServiceImpl.java

@@ -2089,30 +2089,27 @@ public class UserServiceImpl extends ServiceImpl<UserMapper, User> implements IU
             return "报名记录";
         }
         if (Type==5){
-            return "学员信息";
-        }
-        if (Type==6){
             return "网课记录";
         }
-        if (Type==7){
+        if (Type==6){
             return "题库记录";
         }
-        if (Type==8){
+        if (Type==7){
             return "直播记录";
         }
-        if (Type==9){
+        if (Type==8){
             return "资料记录";
         }
-        if (Type==10){
+        if (Type==9){
             return "约考记录";
         }
-        if (Type==11){
+        if (Type==10){
             return "考试记录";
         }
-        if (Type==12){
+        if (Type==11){
             return "证书/证明";
         }
-        if (Type==13){
+        if (Type==12){
             return "承诺书";
         }
         return null;