解决出入库汇总报错的bug

This commit is contained in:
季圣华
2021-06-02 23:31:45 +08:00
parent f7dae8b681
commit c25b6dd41e
2 changed files with 6 additions and 0 deletions

View File

@@ -76,6 +76,7 @@ public class AccountHeadController {
Map<String, Object> map = new HashMap<String, Object>();
try {
JSONObject outer = new JSONObject();
endTime = endTime + " 23:59:59";
BigDecimal sum = accountHeadService.findTotalPay(supplierId, endTime, supType);
outer.put("getAllMoney", sum);
map.put("rows", outer);