|
@@ -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)) {
|