Commit 12a5c28b by 谢春璐

fix

parent fd5e1071
...@@ -69,7 +69,7 @@ public class FileController { ...@@ -69,7 +69,7 @@ public class FileController {
} else if (fileName.contains("考勤导出")) { } else if (fileName.contains("考勤导出")) {
data = inst.parse(inputStream, fileName, false, 0); data = inst.parse(inputStream, fileName, false, 0);
staffs = fileService.workRecord(data); staffs = fileService.workRecord(data);
} else if (fileName.contains("钉钉签到")) { } else if (fileName.contains("钉钉")) {
data = inst.parse(inputStream, fileName, false, 2); data = inst.parse(inputStream, fileName, false, 2);
staffs = fileService.dingdingWorkStatistics(data); staffs = fileService.dingdingWorkStatistics(data);
} }
...@@ -90,7 +90,6 @@ public class FileController { ...@@ -90,7 +90,6 @@ public class FileController {
} catch (IOException e2) { } catch (IOException e2) {
e2.printStackTrace(); e2.printStackTrace();
} }
e.printStackTrace(); e.printStackTrace();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment