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

[多经点位店铺合同][修改][补录选择店铺列表问题]

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

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

@@ -500,7 +500,7 @@
</if> </if>
<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 in(2,3,4)
SELECT shop_id FROM wx_rent_contract WHERE tenant_id = #{tenantId} and status in(1,2,3,4)
and rent_shop_type=2 and rent_shop_type=2
) )
</if> </if>


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