ソースを参照

[BUG][修改][测试环境:商户账单下-“花花美食店”商户有账单数据但是在商户账单没显示]

release_toaliyun_real
gongbiao 6年前
コミット
ec2dc17902
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxBillAllMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxBillAllMapper.xml ファイルの表示

@@ -810,7 +810,7 @@
left join wx_business xb on(m.business_id = xb.id)
left join wx_rent_contract rc on(rc.merchant_id = m.id)
where m.status=1
) tt where tt.receivePay >0 and tt.payOut>0
) tt where 1=1

<if test=" null != tenantId"> and tt.tenant_id = #{tenantId} </if>
<if test=" null != merchantId"> and tt.id = #{merchantId} </if>


読み込み中…
キャンセル
保存