|
@@ -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));
|