Ver código fonte

[商户账单][修改][承付金额]

release_toaliyun_real
gongbiao 6 anos atrás
pai
commit
130eb7cc1b
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxBillAllMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxBillAllMapper.xml Ver arquivo

@@ -835,7 +835,7 @@
left join wx_merchant mm on mm.id = ms.merchant_id
left join wx_card_spend cs on cs.order_id = ms.order_id
left join wx_c_user cu on cu.id = cs.owner_id
where ms.order_type in(3,0) and ms.status = 0
where ms.status = 0
union all
select receive_pay money,merchant_id id from wx_bill_rent_deposit where status = 3
union all


Carregando…
Cancelar
Salvar