cheng
2024-12-24 751cffa715b10e936a342b1f3b11e002cae31a3c
src/main/java/com/product/administration/controller/WorkAttendanceKanbanController.java
@@ -107,7 +107,7 @@
        } catch (Exception e) {
            e.printStackTrace();
            SpringMVCContextHolder.getSystemLogger().error(e);
            return this.error(SystemCode.SYSTEM_GET_ADDRESS_LIST_FAIL.getValue(), SystemCode.SYSTEM_GET_ADDRESS_LIST_FAIL.getText());
            return this.error(SystemCode.WORK_ATTENDANCE_REPORT_FAIL.getValue(), SystemCode.WORK_ATTENDANCE_REPORT_FAIL.getText());
        }
   }