|
|
@@ -81,7 +81,7 @@ public class SysUserController {
|
|
|
*/
|
|
|
@ApiOperationSupport(order = 1)
|
|
|
@ApiOperation("获取用户-全量列表")
|
|
|
- @GetMapping("/sys/user/allList")
|
|
|
+ @GetMapping("/bus/user/allList")
|
|
|
public CommonResult<List<SysUser>> queryAllList(SysUserPageParam sysUserPageParam) {
|
|
|
//默认不查出资源库特殊账号
|
|
|
if(StringUtils.isEmpty(sysUserPageParam.getIsResourceaccount()))sysUserPageParam.setIsResourceaccount("0");
|