`id`,`tenant_id`,`parent_tenant_id`,`settle_id`,`type`,`bill_id`,`bill_type` ,`createtime`,`updatetime` where 1=1 and `id` = #{id} and `tenant_id` = #{tenantId} and `parent_tenant_id` = #{parentTenantId} and id in #{idItem} order by ${sortColumns} delete from wx_bill_settle_bill where settle_id = #{id}