许鹏程
2024-08-20 0e730e50ae1adcd416fb929b37f022e595d88d79
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();