Commit 0f25f48c by guojuxing

运营人员单点登录更新名称

parent 4bff1d70
......@@ -119,6 +119,9 @@ public class LoginController {
ServiceResponse<Integer> saveResult = userApiService.saveOperationUser(temp);
user = temp;
user.setUserId(saveResult.getResult());
} else {
//更新运营人名称
userApiService.updateOperationUser(user.getUserId(), userDetailsVO.getRealName());
}
//gic用户信息塞入
......
......@@ -41,6 +41,12 @@ public class MenuController {
@Autowired
private ServeApiService serveApiService;
@RequestMapping("/sync-product-menu")
public RestResponse syncProductMenu(String menuCode) {
return RestResponse.success();
}
/**
* 新增GIC页面
* @Title: saveGICPage

......
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