18756
2024-09-02 2ea0de84776826ce0a7b37db0bbbc718284c6127
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();