fix 80002 车型项目库--导出模版表头修改
This commit is contained in:
+1
-1
@@ -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,"车型项目表");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user