|
|
|
@@ -1,5 +1,6 @@ |
|
|
|
package com.iformall.service.impl; |
|
|
|
|
|
|
|
import com.alibaba.fastjson.JSON; |
|
|
|
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; |
|
|
|
import com.github.pagehelper.PageHelper; |
|
|
|
import com.github.pagehelper.PageInfo; |
|
|
|
@@ -439,7 +440,8 @@ public class WxCUserBasicInfoServiceImpl implements WxCUserBasicInfoService,IExc |
|
|
|
} |
|
|
|
}); |
|
|
|
if(!tagIdList.isEmpty()){ |
|
|
|
List<Long> tagIds = wxCUserTagsMapper.findIdList(tenantEntity.getTenantId(),tagIdList); |
|
|
|
String tagCodes = JSON.toJSONString(tagIdList); |
|
|
|
List<Long> tagIds = wxCUserTagsMapper.findIdList(tenantEntity.getTenantId(),tagCodes); |
|
|
|
if(!tagIds.isEmpty()){ |
|
|
|
dto.setTagIds(tagIds); |
|
|
|
} |
|
|
|
|