update 打包项目维护-列表查询 总计

This commit is contained in:
lijiarao
2023-08-30 17:47:41 +08:00
parent 22cf322ace
commit 1dea7419f1
@@ -129,8 +129,8 @@ public class PayPackCompanyProjectController extends JeroController<PayPackCompa
}
}
HashMap<String, Object> hashMap = new HashMap<>();
hashMap.put("sumOfReceivableAmount", sumOfReceivableAmount);
hashMap.put("sumOfPaidAmount", sumOfPaidAmount);
hashMap.put("sumOfReceivableAmount", sumOfReceivableAmount.toString());
hashMap.put("sumOfPaidAmount", sumOfPaidAmount.toString());
hashMap.put("list", list);
return Result.OK(hashMap);
}