月报表 锌锭销量没有除以1000的问题
This commit is contained in:
@@ -75,7 +75,6 @@ public class ProMonthReportServiceImpl extends ServiceImpl<ProMonthReportMapper,
|
|||||||
}else {
|
}else {
|
||||||
report.setXdSale(BigDecimal.ZERO);
|
report.setXdSale(BigDecimal.ZERO);
|
||||||
}
|
}
|
||||||
report.setXdSale(saleReport.getXdSale());
|
|
||||||
this.saveOrUpdate(report);
|
this.saveOrUpdate(report);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user