Commit a54b47bf by qwmqiuwenmin

fix

parent 28a3762b
......@@ -63,6 +63,7 @@ public class LoginController extends WebBaseController{
String corpId = user.getCorpid();
logger.info("【企业微信登录】userId={},auth_code={},corpId={}",user.getUserid(),auth_code,corpId);
WxEnterpriseDTO enterprise = wxEnterpriseApiService.getEnterpriseBycorpId(corpId);
logger.info("【企业微信】enterprise={}",JSON.toJSONString(enterprise));
StaffDTO loginStaff = null;
if(enterprise != null){
loginStaff = staffApiService.selectByUserIdAndEnterpriseId(user.getUserid(),enterprise.getWxEnterpriseId());
......
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