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