Commit 9efbbd49 by fudahua

Merge branch 'fix-20220222' into developer

parents 9c1fc59b 11be4aa3
......@@ -113,7 +113,7 @@ public class WxEnterpriseInfoController extends WebBaseController {
loginStaff = staffApiService.getByUserIdAndReflushWhenNoPhone(userId, enterprise.getWxEnterpriseId());
}
//手机号不存在
if (loginStaff == null|| StringUtils.isBlank(loginStaff.getPhoneNumber())) {
if (loginStaff == null) {
if (enterprise != null) {
staffApiService.wxGetAdd(userId, enterprise.getWxEnterpriseId());
loginStaff = staffApiService.selectByUserIdAndEnterpriseId(userId, 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