|
|
@ -229,7 +229,7 @@ public interface SysUserFeign { |
|
|
|
|
|
|
|
@ApiOperation(value = "根据用户sid查询该分公司下所有销售经理的用户") |
|
|
|
@GetMapping(value = "selectSysUserList") |
|
|
|
ResultBean<List<SysUserListVo>> selectSysUserList(@RequestParam("orgPath") String userSid, @RequestParam(value = "orgPath", required = false) String orgPath); |
|
|
|
ResultBean<List<SysUserListVo>> selectSysUserList(@RequestParam("userSid") String userSid, @RequestParam(value = "orgPath", required = false) String orgPath); |
|
|
|
|
|
|
|
@ApiOperation(value = "查询是否需要更换密码") |
|
|
|
@GetMapping(value = "/selectPasswordByUserSid/{userSid}") |
|
|
|