xhxu 5 лет назад
Родитель
Сommit
670164e360
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxCUserBasicInfoMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxCUserBasicInfoMapper.xml Просмотреть файл

@@ -1001,7 +1001,7 @@
left join wx_c_user cu on cubi.id=cu.user_id
where cu.id is not null
<if test=" null != tenantId and '' != tenantId">
and cubi.`tenant_id` like concat('%,', #{tenantInfo.tenantId},',%')
and cubi.`tenant_id` like concat('%,', #{tenantId},',%')
</if>
</select>



Загрузка…
Отмена
Сохранить