Commit 7aa35ca6 by 徐高华

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

parents 97af0cde dc5ef3e8
......@@ -306,6 +306,9 @@ public class StaffClerkRelationServiceImpl implements StaffClerkRelationService
@Override
public List<String> listWxUserIdByClerkIds(List<String> clerkList, String wxEnterpriseId) {
if (CollectionUtils.isEmpty(clerkList)) {
return null;
}
return mapper.listWxUserIdByClerkIds(clerkList, wxEnterpriseId);
}
......
......@@ -364,6 +364,7 @@ public class MemberUnionidRelatedApiServiceImpl implements MemberUnionidRelatedA
refId = dataForHmLink.getLinkId();
unionid = dataForHmLink.getUnionid();
wxUserAddLogQDTO.setLinkId(refId);
wxUserAddLogQDTO.setHmId(dataForHmLink.getHmId());
}
}
......
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