소스 검색

海绑触发报验点状态

wangming 5 달 전
부모
커밋
9ece5c7ecb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      business-common/src/main/java/com/rongwei/bscommon/sys/service/impl/ZhcxSeaBindProofServiceImpl.java

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

@@ -439,7 +439,7 @@ public class ZhcxSeaBindProofServiceImpl extends ServiceImpl<ZhcxSeaBindProofDao
         ZhcxItpProjectNodesDo nodesDo = zhcxItpProjectNodesService.getOne(queryNodeWrapper);
 
         if(ObjectUtil.isNull(nodesDo)) {
-            throw new CustomException("项目中报验点不存在");
+            throw new CustomException("项目中报验点【整机绑扎完工】不存在");
         }
 
         SysUserVo user = zhcxCommon.getCurrentUser();