|
@@ -93,6 +93,7 @@ public class ZhcxReprotSameDayRealTimeInspectionStatisticsServiceImpl extends Se
|
|
|
.cancelqty(0)
|
|
|
.build();
|
|
|
mainEntity.setId(SecurityUtil.getUUID());
|
|
|
+ mainEntity.setDeleted("0");
|
|
|
|
|
|
Map<String, ZhcxReprotSameDayRealTimeInspectionStatisticsLocationDo> map = new HashMap<>();
|
|
|
|
|
@@ -115,6 +116,8 @@ public class ZhcxReprotSameDayRealTimeInspectionStatisticsServiceImpl extends Se
|
|
|
.statisticsid(mainEntity.getId())
|
|
|
.inspectioncontent(row.getInspectioncontent())
|
|
|
.build();
|
|
|
+
|
|
|
+ locationDo.setDeleted("0");
|
|
|
}
|
|
|
|
|
|
//报验完成
|