|
|
@@ -43,7 +43,7 @@ public class BillInfoApiController {
|
|
|
|
|
|
try {
|
|
|
BillInfo billInfo = billInfoService.getDueDetail();
|
|
|
- map.put("title", billInfo.getBillName());
|
|
|
+ map.put("info", billInfo);
|
|
|
List<DueListDTO> listDTOS = billInfoService.dueList();
|
|
|
map.put("list", listDTOS);
|
|
|
|