|
|
|
@@ -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> |
|
|
|
|
|
|
|
|