月报表 锌锭销量没有除以1000的问题

This commit is contained in:
2025-09-17 10:03:31 +08:00
parent 0f53d86e8c
commit d82da68ea5

View File

@@ -75,7 +75,6 @@ public class ProMonthReportServiceImpl extends ServiceImpl<ProMonthReportMapper,
}else {
report.setXdSale(BigDecimal.ZERO);
}
report.setXdSale(saleReport.getXdSale());
this.saveOrUpdate(report);
}