|
@@ -52,7 +52,7 @@ public class ReportFormController {
|
|
|
}
|
|
|
@ApiOperation(value = "导出机构信息:[by:wangfeng]", notes = "根据时间 导出用户信息和机构信息")
|
|
|
@PostMapping("/exportOrganization")
|
|
|
- @SysLoggerExport(" ")
|
|
|
+ @SysLoggerExport("exportOrganization")
|
|
|
@ResponseBody
|
|
|
public void exportOrganization(@RequestBody UserExportVO userExportVO,HttpServletRequest request,HttpServletResponse response)
|
|
|
throws Exception {
|