`id`,`tenant_id`,`merchant_id`,`merchant_name`,`merchant_type`,`build_way`,`price`,`create_date`,`update_date` where 1 = 1 and `id` = #{id} and `tenant_id` = #{tenantId} and `merchant_name` like concat('%', #{merchantName},'%') and `merchant_type` = #{merchantType} and `build_way` = #{build_way} and id in #{idItem} order by ${sortColumns}