Browse Source

内部报验执行写入

wangming 11 months ago
parent
commit
74a76a03ef

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

@@ -1590,7 +1590,7 @@ public class ZhcxInsideInspectionServiceImpl extends ServiceImpl<ZhcxInsideInspe
         SysUserVo currUser = zhcxCommon.getCurrentUser();
         ZhcxInsideInspectionDo itpDo = getById(itpDoPa.getId());
 
-        if("unitp".equals(itpDo.getLaunchtype())) {
+        if(!"itp".equals(itpDo.getLaunchtype())) {
             return;
         }
         String machineNo = itpDo.getMachineno();