Commit 8121187c authored by hongguangwu's avatar hongguangwu

1.5.8-hgw-权限-角色-账号

parent a561c46b
...@@ -114,6 +114,20 @@ public class SysUserInfoController { ...@@ -114,6 +114,20 @@ public class SysUserInfoController {
return R.ok(sysUserInfoService.removeById(fdId)); return R.ok(sysUserInfoService.removeById(fdId));
} }
/**
* @Description: 手动同步并更新账号信息
* @Author: hgw
* @Date: 2023/9/5 16:14
* @return: com.yifu.cloud.plus.v1.yifu.common.core.util.R<java.lang.String>
**/
@Operation(summary = "手动同步并更新账号信息", description = "手动同步并更新账号信息")
@SysLog("手动同步并更新账号信息")
@PostMapping("/startRefreshEkpUser")
public R<String> startRefreshEkpUser() {
sysUserInfoService.doRefreshEkpUser();
return R.ok();
}
/** /**
* @param * @param
* @Description: 定时任务-自动同步并更新账号信息 * @Description: 定时任务-自动同步并更新账号信息
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment