wangming hai 1 ano
pai
achega
a76e58b66b

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

@@ -922,7 +922,10 @@ public class ZhcxOutsideInspectionItpServiceImpl extends ServiceImpl<ZhcxOutside
         }
 
         //设值检验员班组检验室
-        updateSetLaboratoryByCheckerId(itpDo.getCheckerid(), updateEntity);
+        //外部公司报验不设值检验员检验室、班组
+        if(!"out_com".equals(itpDo.getLaunchtype())) {
+            updateSetLaboratoryByCheckerId(itpDo.getCheckerid(), updateEntity);
+        }
 
         updateById(updateEntity);