`id`,`tenant_id`,`parent_tenant_id`,`product_id`,`merchant_id`,`parameter`,`create_date`,`update_date`,`status` where 1 = 1 and `id` = #{id} and `tenant_id` = #{tenantId} and `parent_tenant_id` = #{parentTenantId} and `product_id` = #{productId} and `merchant_id` = #{merchantId} and `create_date` = #{createDate} and `update_date` = #{updateDate} and `status` = #{status} and id in #{idItem} and merchant_id in #{merchantIdItem} and product_id in #{productIdItem} order by ${sortColumns}