update 打包项目维护-列表查询 总计
This commit is contained in:
+2
-2
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user