|
|
@@ -53,7 +53,7 @@ public class UserManagerController {
|
|
|
}
|
|
|
|
|
|
@ResourceAuth(value = "user", type = AuthType.User)
|
|
|
- @Operation(summary = "添加-编辑用户", description = "添加-编辑用户")
|
|
|
+ @Operation(summary = "添加-编辑机构用户", description = "添加-编辑机构用户")
|
|
|
@RequestMapping(value = {"update"}, method = {RequestMethod.POST})
|
|
|
public ResultContent update(@RequestBody UserCountAddParam param) {
|
|
|
return userAccountService.update(param);
|