|
@@ -682,9 +682,9 @@ public class ZhcxInsideInspectionServiceImpl extends ServiceImpl<ZhcxInsideInspe
|
|
|
}
|
|
|
|
|
|
// 写入ZHCX_ITP_PROJECT_NODE_STATE表
|
|
|
-// for (ZhcxInsideInspectionDo row : inspectionList) {
|
|
|
-// saveResultToNodeState(row, es);
|
|
|
-// }
|
|
|
+ for (ZhcxInsideInspectionDo row : inspectionList) {
|
|
|
+ saveResultToNodeState(row, es);
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
/**
|