Commit d7977023 by guojx

log

parent 97f2544f
......@@ -210,7 +210,7 @@ public class LoginController extends WebBaseController {
return this.fail("微信企业和gic商户参数为空");
}
String gicSuperPhone = clerkService.getSuperAdminPhoneNumber(gicEnterpriseId);
logger.info("好办运维登录商户id={},超管手机={}", gicEnterpriseId, gicSuperPhone);
logger.info("好办运维登录商户id={},超管手机={},运维信息:{}-{}", gicEnterpriseId, gicSuperPhone, operationUserId, userName);
if (StringUtils.isBlank(gicSuperPhone)) {
return this.fail("商户超管的手机号未配置");
}
......
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