Commit a3eac062 by 徐高华

bug

parent a39390be
......@@ -504,7 +504,7 @@ public class HmLinkApiServiceImpl implements HmLinkApiService {
}
HmQrcodeBO hm = this.hmQrcodeService.queryByClerkId(clerkId, wxEnterpriseId,1);
// 已经达上线
if(hm.getOverFlag()==1 && StringUtils.isNotBlank(memberId)) {
if(null != hm && hm.getOverFlag()==1 && StringUtils.isNotBlank(memberId)) {
String staffId = hm.getStaffId();
TabHaobanExternalClerkRelated friend = tabHaobanExternalClerkRelatedMapper.getByMemberIdAndStaffId(staffId, enterpriseId, memberId);
if (null != friend) {
......
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