Преглед на файлове

库存量改成液位的库存量

hfxc226 преди 2 седмици
родител
ревизия
e2af193318
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      platform-service/src/main/java/com/platform/service/produce/impl/ProduceReportServiceImpl.java

+ 1 - 0
platform-service/src/main/java/com/platform/service/produce/impl/ProduceReportServiceImpl.java

@@ -906,6 +906,7 @@ public class ProduceReportServiceImpl extends BaseServiceImpl<ProduceReportMappe
 
             // 库存量改成液位库存量
             reportStock.setValue(total.toString());
+            this.modModelByPrimaryKey(reportStock);
 
             // 每单当日单耗和977生产量,如果生产量为0,则当日单耗为0
             Weekend<ProduceReport> weekendDanhao = new Weekend<>(ProduceReport.class);