ソースを参照

内部报验-问题修复

wangming 1 年間 前
コミット
a25215144f

+ 1 - 1
business-common/src/main/java/com/rongwei/bscommon/sys/service/impl/ZhcxInsideInspectionServiceImpl.java

@@ -272,7 +272,7 @@ public class ZhcxInsideInspectionServiceImpl extends ServiceImpl<ZhcxInsideInspe
 
             //非待报验不能添加修改记录
             if(!"20".equals(insideObj.getInspectionstatus())) {
-                throw new CustomException("监理用户已报验完成,请刷新页面!");
+                throw new CustomException("检验员已报验完成,请刷新页面!");
             }
 
             List<String> editList = editColsHistory(insideObj, req.getMap().get(inside));