瀏覽代碼

外部报验功能-每日报表

wangming 1 年之前
父節點
當前提交
dcda1184d7

+ 3 - 0
business-common/src/main/java/com/rongwei/bscommon/sys/service/impl/ZhcxReprotSameDayRealTimeInspectionStatisticsServiceImpl.java

@@ -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");
             }
 
             //报验完成