Commit 08b27a3c by 徐高华

企微托管

parent 1f8a386d
...@@ -180,8 +180,8 @@ public class OpenStaffApiServiceImpl implements OpenStaffApiService { ...@@ -180,8 +180,8 @@ public class OpenStaffApiServiceImpl implements OpenStaffApiService {
return ServiceResponse.failure("9999","成员已托管中") ; return ServiceResponse.failure("9999","成员已托管中") ;
} }
qwUserId = openStaff.getQwUserId() ; qwUserId = openStaff.getQwUserId() ;
log.info("重新初始化,退出登录"); log.info("重新初始化");
this.openStaffService.logout(openStaff.getUuid(),"重新初始化,退出登录",0, null); this.openStaffService.logout(openStaff.getUuid(),"重新初始化",0, null);
} }
if(null == openStaff) { if(null == openStaff) {
openStaff = new TabOpenStaff() ; openStaff = new TabOpenStaff() ;
......
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