zhengkaixin %!s(int64=4) %!d(string=hai) anos
pai
achega
c104750d10

+ 1 - 1
web/src/main/java/com/jpsoft/enterprise/modules/mobile/controller/BillInfoApiController.java

@@ -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);