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

[店铺管理][查询][已出租状态]

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

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

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



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