Commit 638b3338 by 徐高华

通讯录

parent c59b15dd
......@@ -79,7 +79,7 @@ public class StaffServiceImpl implements StaffService {
if (null == staff && null != wxOpenUserId && !wxUserId.equals(wxOpenUserId)) {
return this.mapper.selectByUserIdAndEnterpriseId(wxOpenUserId, wxEnterpriseId) ;
}
return null;
return staff;
}
@Override
......
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