src/main/java/com/product/administration/controller/WorkAttendanceKanbanController.java
@@ -98,7 +98,7 @@ SpringMVCContextHolder.getSystemLogger().error(SystemCode.SYSTEM_TABLE_NODATA.getValue(),SystemCode.SYSTEM_TABLE_NODATA.getText()); return this.error(SystemCode.SYSTEM_TABLE_NODATA.getValue(), SystemCode.SYSTEM_TABLE_NODATA.getText()); } DataTableEntity dt = workAttendanceKanbanService.listMonthKanBan(fse); DataTableEntity dt = workAttendanceKanbanService.listMonthKanBanNew(fse); return OK_List(dt); } catch (BaseException e) { e.printStackTrace();