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