소스 검색

内部报验执行写入

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

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