Преглед изворни кода

cuser

release_toaliyun_real
xhxu пре 5 година
родитељ
комит
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 left join wx_c_user cu on cubi.id=cu.user_id
where cu.id is not null where cu.id is not null
<if test=" null != tenantId and '' != tenantId"> <if test=" null != tenantId and '' != tenantId">
and cubi.`tenant_id` like concat('%,', #{tenantInfo.tenantId},',%')
and cubi.`tenant_id` like concat('%,', #{tenantId},',%')
</if> </if>
</select> </select>




Loading…
Откажи
Сачувај