Browse Source

no message

ly 1 year ago
parent
commit
baf8fcb88d

+ 3 - 0
src/main/java/cn/ezhizao/project/business/archiveTicket/controller/ArchiveTicketController.java

@@ -45,6 +45,9 @@ public class ArchiveTicketController extends BaseController {
     @GetMapping("/list")
     @ResponseBody
     public TableDataInfo getList(BizFinancialKeepAccount conditions) throws NoSuchFieldException, IllegalAccessException {
+
+        String month = String.format("%02d", Integer.valueOf(conditions.getMonth()));
+        conditions.setMonth(month);
         setTenantId(conditions);
         startPage();
         startOrderBy();