Commit 40415597 by huangZW

Merge branch 'developer' of http://115.159.76.241/haoban3.0/haoban-manage3.0.git into developer

parents 493fcb4a 9dbfeeaa
......@@ -56,8 +56,8 @@ public class LoginController extends WebBaseController{
return ;
}
UserDTO user = JSON.parseObject(userJson, UserDTO.class);
logger.info("【企业微信登录】userId={},auth_code={}",user.getUserid(),auth_code);
String corpId = user.getCorpid();
logger.info("【企业微信登录】userId={},auth_code={},corpId={}",user.getUserid(),auth_code,corpId);
WxEnterpriseDTO enterprise = wxEnterpriseApiService.getEnterpriseBycorpId(corpId);
StaffDTO loginStaff = null;
if(enterprise != 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