浏览代码

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;
     }