Explorar el Código

exportData异常

release_toaliyun_real
xhxu hace 5 años
padre
commit
6b24a2ce2d
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      mallinkService/src/main/java/com/iformall/service/impl/WxCUserBasicInfoServiceImpl.java

+ 1
- 0
mallinkService/src/main/java/com/iformall/service/impl/WxCUserBasicInfoServiceImpl.java Ver fichero

@@ -1269,6 +1269,7 @@ public class WxCUserBasicInfoServiceImpl implements WxCUserBasicInfoService,IExc
if (null != userIds && userIds.size() > 0 ) {
WxCUserTags tq = new WxCUserTags();
tq.setUserIdList(userIds);
tq.setTenantId(tenantInfo.getFinalTenantId());
List<WxCUserTags> userTagList = wxCUserTagsMapper.findList(tq);
if (null != userTagList) {
List<WxTags> tagList = wxTagsMapper.findListAll();


Cargando…
Cancelar
Guardar