Procházet zdrojové kódy

海绑触发报验点状态,只触发内部

wangming před 4 měsíci
rodič
revize
42110ab92c

+ 2 - 2
business-common/src/main/java/com/rongwei/bscommon/sys/service/impl/ZhcxItpProjectNodeStateServiceImpl.java

@@ -509,8 +509,8 @@ public class ZhcxItpProjectNodeStateServiceImpl extends ServiceImpl<ZhcxItpProje
                 entity.setIntimes(state.getInspectionCount());
                 entity.setInstate(state.getConclusion());
 
-                entity.setOuttimes(state.getInspectionCount());
-                entity.setOutstate(state.getConclusion());
+//                entity.setOuttimes(state.getInspectionCount());
+//                entity.setOutstate(state.getConclusion());
             }
 
             if(ObjectUtil.isNull(stateDo)) {