项目库人员姓名工号

This commit is contained in:
caozhen
2023-09-11 17:42:30 +08:00
parent c47d8080f6
commit 407b346860
3 changed files with 28 additions and 2 deletions
@@ -136,7 +136,7 @@ public class LawsProjectLibraryController extends JeroController<LawsProjectLibr
*/
@AutoLog(value = "项目库-导出excel")
@ApiOperation(value="项目库-导出excel", notes="项目库-导出excel")
@PostMapping(value = "/exportXls")
@GetMapping(value = "/exportXls")
public ModelAndView exportXls(HttpServletRequest request, LawsProjectLibrary lawsProjectLibrary, HttpServletResponse response) {
String outFileName = MessageUtils.getLanguage().equals("EN") ? "Internal Work Group Personnel Table" + System.currentTimeMillis() + ".xlsx" : "内部工作组人员表" + System.currentTimeMillis() + ".xlsx";
String ENCODING = "UTF-8";