Просмотр исходного кода

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

release_toaliyun_real
gongbiao 6 лет назад
Родитель
Сommit
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>


Загрузка…
Отмена
Сохранить