Przeglądaj źródła

[账单提醒][修改][查询状态]

release_toaliyun_real
gongbiao 7 lat temu
rodzic
commit
9f70092e1b
1 zmienionych plików z 2 dodań i 2 usunięć
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxBillAllMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/WxBillAllMapper.xml Wyświetl plik

@@ -263,7 +263,7 @@ select bill.tenant_id,bill.merchant_id,bill.receive_date,ifnull(sum(need_pay),0)
need_pay,receive_pay,pay,owe,DATE_FORMAT(receive_date,'%Y-%m-%d') receive_date,pay_date,expired_day,status,'' starttime,'' endtime,rent_shop_type need_pay,receive_pay,pay,owe,DATE_FORMAT(receive_date,'%Y-%m-%d') receive_date,pay_date,expired_day,status,'' starttime,'' endtime,rent_shop_type
from wx_bill_other_deposit from wx_bill_other_deposit
) bill ) bill
where DATEDIFF(bill.receive_date,now())=3 and bill.status!=3 and bill.status!=5
where DATEDIFF(bill.receive_date,now())=3 and bill.status not in(3.5,6)
group by bill.tenant_id,bill.merchant_id,bill.receive_date) bill group by bill.tenant_id,bill.merchant_id,bill.receive_date) bill
left join wx_merchant m on bill.merchant_id=m.id left join wx_merchant m on bill.merchant_id=m.id
left join (select tenant_id,`name` appname from wx_appinfo app where type=1) app on bill.tenant_id=app.tenant_id left join (select tenant_id,`name` appname from wx_appinfo app where type=1) app on bill.tenant_id=app.tenant_id
@@ -306,7 +306,7 @@ select bill.tenant_id,bill.merchant_id,bill.receive_date,ifnull(sum(need_pay),0)
need_pay,receive_pay,pay,owe,DATE_FORMAT(receive_date,'%Y-%m-%d') receive_date,pay_date,expired_day,status,'' starttime,'' endtime,rent_shop_type need_pay,receive_pay,pay,owe,DATE_FORMAT(receive_date,'%Y-%m-%d') receive_date,pay_date,expired_day,status,'' starttime,'' endtime,rent_shop_type
from wx_bill_other_deposit from wx_bill_other_deposit
) bill ) bill
where DATEDIFF(bill.receive_date,now())<0 and bill.status!=3 and bill.status!=5
where DATEDIFF(bill.receive_date,now())<0 and bill.status not in(3.5,6)
group by bill.tenant_id,bill.merchant_id) bill group by bill.tenant_id,bill.merchant_id) bill
left join wx_merchant m on bill.merchant_id=m.id left join wx_merchant m on bill.merchant_id=m.id
left join (select tenant_id,`name` appname from wx_appinfo app where type=1) app on bill.tenant_id=app.tenant_id left join (select tenant_id,`name` appname from wx_appinfo app where type=1) app on bill.tenant_id=app.tenant_id


Ładowanie…
Anuluj
Zapisz