Przeglądaj źródła

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

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

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

@@ -810,7 +810,7 @@
left join wx_business xb on(m.business_id = xb.id) left join wx_business xb on(m.business_id = xb.id)
left join wx_rent_contract rc on(rc.merchant_id = m.id) left join wx_rent_contract rc on(rc.merchant_id = m.id)
where m.status=1 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 != tenantId"> and tt.tenant_id = #{tenantId} </if>
<if test=" null != merchantId"> and tt.id = #{merchantId} </if> <if test=" null != merchantId"> and tt.id = #{merchantId} </if>


Ładowanie…
Anuluj
Zapisz