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

[BUG][ID1001254][dev version:.878.1297:多经点位-创建的点位商户,在补录下没有数据]

release_toaliyun_real
gongbiao 7 лет назад
Родитель
Сommit
35de99136c
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxShopMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxShopMapper.xml Просмотреть файл

@@ -458,7 +458,7 @@
<if test="null!=status and status==1 and type!=null and type==2"> <if test="null!=status and status==1 and type!=null and type==2">
and s.id not in( and s.id not in(
SELECT shop_id FROM wx_rent_contract WHERE tenant_id = #{tenantId} and status not in(0,5,6,7) SELECT shop_id FROM wx_rent_contract WHERE tenant_id = #{tenantId} and status not in(0,5,6,7)
merchant_id is not null and rent_shop_type=2
and merchant_id is not null and rent_shop_type=2
) )
</if> </if>
<if test=" null != type "> <if test=" null != type ">


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