|
@@ -173,8 +173,9 @@ public class UserLogic {
|
|
|
//获取当前登录企业微信id
|
|
|
AdminUserCom adminUser = commonLogic.getAdminUser(request);
|
|
|
List<String> companyWechatIds = adminUser.getAdminCompanyIds();
|
|
|
+ List<String> websitIds = adminUser.getAdminWebsitIds();
|
|
|
|
|
|
- List<MemberBean> userList = customMemberMapper.queryUser(type, keyword, null, startTime, endTime, companyWechatIds);
|
|
|
+ List<MemberBean> userList = customMemberMapper.queryUser(type, keyword, null, startTime, endTime, companyWechatIds,websitIds);
|
|
|
|
|
|
log.info("会员导出请求参数{},{},{},{}", type, keyword, startTime, endTime);
|
|
|
log.info("会员导出数据条数{}", userList == null ? 0 : userList.size());
|