소스 검색

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

release_toaliyun_real
gongbiao 6 년 전
부모
커밋
130eb7cc1b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxBillAllMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxBillAllMapper.xml 파일 보기

@@ -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


불러오는 중...
취소
저장