Commit a00c75e0 by 徐高华

好办管理员

parent 60c0ca61
......@@ -77,13 +77,15 @@ public class StaffController extends WebBaseController {
private ClerkMainStoreRelatedApiService clerkMainStoreRelatedApiService;
@Autowired
private QywxSuiteApiService qywxSuiteApiService;
@Autowired
private HaobanUserApiService haobanUserApiService ;
@RequestMapping("set-default-gicenterprise")
public HaobanResponse updateDefaultGicEid(String enterpriseId) {
WebLoginDTO login = AuthWebRequestUtil.getLoginUser();
String staffId = login.getStaffId() ;
this.staffApiService.updateDefaultGicEid(staffId, enterpriseId);
String userId = login.getHanbaoUserId() ;
this.haobanUserApiService.updateDefaultGicEid(userId, enterpriseId);
return this.success(null) ;
}
......
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