fix 80002 车型项目库--导出模版表头修改

This commit is contained in:
lijiarao
2024-01-26 15:18:12 +08:00
parent df53fedd30
commit 8d31a39b76
@@ -203,7 +203,7 @@ public class LawsProjectLibraryController extends JeroController<LawsProjectLibr
@ApiOperation(value = "项目库-导出excel", notes = "项目库-导出excel")
@GetMapping(value = "/exportXls")
public ModelAndView exportXls(HttpServletRequest request, LawsProjectLibrary lawsProjectLibrary, HttpServletResponse response) {
return super.exportXls(request,lawsProjectLibrary,LawsProjectLibrary.class,"内部工作组人员");
return super.exportXls(request,lawsProjectLibrary,LawsProjectLibrary.class,"车型项目");
}
}