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