|
|
|
@@ -925,6 +925,9 @@ |
|
|
|
select merchant_id,receive_pay,ifnull(service_charge_pay,0) receivePay,late_pay_price from |
|
|
|
wx_bill_rent where is_preview = 0 and status not in(3,6) |
|
|
|
union all |
|
|
|
select merchant_id,receive_pay,ifnull(service_charge_pay,0) receivePay,late_pay_price from |
|
|
|
wx_bill_rent_manage where status not in(3,6) |
|
|
|
union all |
|
|
|
select merchant_id,receive_pay,0 receivePay,0 late_pay_price from |
|
|
|
wx_bill_rent_deposit where status not in(3,6) |
|
|
|
union all |
|
|
|
@@ -963,6 +966,10 @@ |
|
|
|
wx_bill_rent |
|
|
|
where is_preview = 0 and status not in(3,6) |
|
|
|
union all |
|
|
|
select merchant_id,receive_pay,ifnull(service_charge_pay,0) receivePay,late_pay_price from |
|
|
|
wx_bill_rent_manage |
|
|
|
where status not in(3,6) |
|
|
|
union all |
|
|
|
select merchant_id,receive_pay,0 receivePay,0 late_pay_price from |
|
|
|
wx_bill_rent_deposit where status not in(3,6) |
|
|
|
union all |
|
|
|
|