|
@@ -151,7 +151,7 @@ public class SysUserController extends BaseController {
|
|
|
@Log(title = "用户管理", businessType = BusinessType.EXPORT)
|
|
|
@PreAuthorize("@ss.hasPermi('system:user:export')")
|
|
|
@PostMapping("/export")
|
|
|
- public void export(HttpServletResponse response, SysUserVo sysUserVo) {
|
|
|
+ public void export(HttpServletResponse response, @RequestBody SysUserVo sysUserVo) {
|
|
|
List<Long> longs = new ArrayList<>();
|
|
|
sysUserVo = (SysUserVo) dataScoreUtil.setDataScore(getUserId(), sysUserVo);
|
|
|
List<SysUser> usetList = userService.usetList(sysUserVo);
|