`id`,`tenant_id`,`c_user_id`,`cloud_data` where 1 = 1 and `id` = #{id} and `tenant_id` like concat('%', #{tenantId},'%') and `c_user_id` = #{cUserId} and `cloud_data` like concat('%', #{cloudData},'%') and id in #{idItem} order by ${sortColumns}