소스 검색

update 维修支付回调

周箭河 5 년 전
부모
커밋
481c89e386
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      mec-biz/src/main/java/com/ym/mec/biz/service/impl/ClassGroupServiceImpl.java

+ 1 - 1
mec-biz/src/main/java/com/ym/mec/biz/service/impl/ClassGroupServiceImpl.java

@@ -683,7 +683,7 @@ public class ClassGroupServiceImpl extends BaseServiceImpl<Integer, ClassGroup>
 
         }
         if(!waringStr.isEmpty()){
-            throw new BizException(waringStr);
+            throw new BizException(waringStr+"请调整");
         }
         return classGroupAndTeachers;
     }