杜洪波
2024-10-09 701a0c959706bda85cc49186e18915af00fc5f0c
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();