yangys
2025-02-17 74355e14088df2c60da6e9a2b026fa0513709de9
smart-man-boot/src/main/java/com/qianwen/smartman/modules/workinghour/controller/PartWorkHourController.java
@@ -68,7 +68,7 @@
        try {
         return R.data(partWorkingHourExportService.export(id));
      } catch (Exception e) {
         log.error("导出公式数据错误",e);
         log.error("导出公时数据错误",e);
         
         return R.fail(e.getMessage());
      }