`id`,`tenant_id`,`rules`,`create_date`,`update_date`,`type`,`clear_year`,`scale`,credit_locked where 1 = 1 and `id` = #{id} and `tenant_id` = #{tenantId} and `create_date` = #{createDate} and `update_date` = #{updateDate} and `type` = #{type} and `clear_year` = #{clearYear} and `scale` = #{scale} and `credit_locked` = #{creditLocked} and id in #{idItem} order by ${sortColumns}