performance-server/src/main/java/com/yuanchu/mom/controller/PerformanceShiftController.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
performance-server/src/main/java/com/yuanchu/mom/controller/PerformanceShiftController.java
@@ -65,7 +65,7 @@ } @ApiOperation(value = "绩效管理-班次-导出") @GetMapping("update") @GetMapping("export") public void exportToExcel(@NotNull(message = "时间不能为空!") String time, String userName, String laboratory, Boolean isMonth, HttpServletResponse response) throws Exception { Map<Object, Object> data; response.setContentType("application/vnd.openxmlformats-officedocument.spreadsheetml.sheet");