`id`,`receive_pay`,`pay`,`receive_date`,`pay_date`,`createtime`,`expired_day`,`apply_status`,`apply_pay_img`,`apply_update_time`,
`tenant_id`,`parent_tenant_id`,`status`,`is_del`,`merchant_id`,`user_id`,`shop_id`,`shop_name`,`updatetime`,`type`,`last_owe_call_time`,
`rent_shop_type`,`pay_way`,`price_detail`,`starttime`,`endtime`,freeze,build_way,service_charge_pay,`bill_remark`,`last_owe_call_user`
where 1 = 1
and `id` = #{id} and `receive_pay` = #{receivePay} and `pay` = #{pay} and `receive_date` = #{receiveDate} and `pay_date` = #{payDate} and `createtime` = #{createtime} and `expired_day` = #{expiredDay}
and `tenant_id` = #{tenantId}
and `parent_tenant_id` = #{parentTenantId}
and `status` = #{status} and `apply_status` = #{applyStatus} and `is_del` = #{isDel} and `merchant_id` = #{merchantId} and `user_id` = #{userId} and `updatetime` = #{updatetime} and `type` = #{type} and `rent_shop_type` = #{rentShopType}and `pay_way` = #{payWay}and `build_way` = #{buildWay}and (`last_owe_call_time` is not null and `receive_pay` - `pay` > 0 and status not in (3,6) )
and id in
#{idItem}
and id not in
#{nidItem}
order by ${sortColumns}
1 = 1
and br.`id` = #{id} and br.`tenant_id` = #{tenantId}and br.`parent_tenant_id` = #{parentTenantId}and br.`freeze` = #{freeze}and br.`id` = #{id}and br.`merchant_id` = #{merchantId}and br.`status` = #{status}and br.`apply_status` = #{applyStatus}and br.`is_del` = #{isDel}and br.`type` = #{type}and br.`rent_shop_type` = #{rentShopType}and br.`pay_way` = #{payWay}and br.`starttime` <= #{starttime}and br.`endtime` >= #{endtime}
and date_format(br.starttime,'%Y-%m') <= #{month} and date_format(br.endtime,'%Y-%m') >= #{month}
and (br.`starttime` <= #{oweBillLastTime} and br.`receive_pay` - br.`pay` > 0 and br.status not in (3,6))
and (br.`starttime` > #{oweBillLastTime} and br.`starttime` <= #{nearBillLastTime} and br.status not in (3,6))
and br.`build_way` = #{buildWay}and (br.`last_owe_call_time` is not null and br.`receive_pay` - br.`pay` > 0 and br.status not in (3,6) )
and br.`merchant_id` in
#{midItem}
and br.`id` not in
#{nidItem}
update wx_bill_daily set status=#{notPaid},expired_day=DATEDIFF(now(),receive_date)
where status!=#{paid}
and `tenant_id` = #{tenantId}
and `parent_tenant_id` = #{parentTenantId}
and DATEDIFF(now(),receive_date)>0
update wx_bill_daily set status=#{waitPay} where status!=#{paid}
and `tenant_id` = #{tenantId}
and `parent_tenant_id` = #{parentTenantId}
and DATEDIFF(now(),receive_date) <=0
delete from wx_bill_daily where id = #{id} and tenant_id = #{tenantId}