Forráskód Böngészése

外部报验功能,再次报验

wangming 1 éve
szülő
commit
9c30ba11d4

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

@@ -280,7 +280,7 @@ public class ZhcxOutsideInspectionItpServiceImpl extends ServiceImpl<ZhcxOutside
     public void reInspection(String id, MasterSlaveUpdateVo masterSlaveUpdate) {
         ZhcxOutsideInspectionItpDo itpDo = getById(id);
         if("99".equals(itpDo.getLifecycle())) {
-            throw new CustomException("历史订单不能再做处理");
+            throw new CustomException("该报验单不能再次报验");
         }
 
         LambdaQueryWrapper<ZhcxOutsideInspectionItpSupervisionDispatchDo> dispatchLambdaQueryWrapper = Wrappers.lambdaQuery();