he2802 преди 1 година
родител
ревизия
a23374d7e2
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      zhongzheng-system/src/main/java/com/zhongzheng/modules/grade/service/impl/UserPeriodServiceImpl.java

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

@@ -1044,13 +1044,13 @@ public class UserPeriodServiceImpl extends ServiceImpl<UserPeriodMapper, UserPer
                 objectLambdaUpdateWrapper.set(ClassGradeUser::getToOldResult, respone);
                 objectLambdaUpdateWrapper.set(ClassGradeUser::getToOldStatus, -1);
                 iClassGradeUserService.update(null, objectLambdaUpdateWrapper);
-                throw new CustomException("同步请求错误"+respone);
+                throw new CustomException("推送旧系统请求错误"+respone);
             }
         } catch (IOException e) {
             objectLambdaUpdateWrapper.set(ClassGradeUser::getToOldResult, e.getMessage());
             objectLambdaUpdateWrapper.set(ClassGradeUser::getToOldStatus, -1);
             iClassGradeUserService.update(null, objectLambdaUpdateWrapper);
-            throw new CustomException("同步请求错误"+e.getMessage());
+            throw new CustomException("推送旧系统请求错误"+e.getMessage());
         }
         iClassGradeUserService.update(null, objectLambdaUpdateWrapper);
         return true;