Bläddra i källkod

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

release_toaliyun_real
gongbiao 7 år sedan
förälder
incheckning
7a84ae4b57
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxShopMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxShopMapper.xml Visa fil

@@ -176,7 +176,7 @@
</if> </if>
<if test="null!=status and status==1"> <if test="null!=status and status==1">
and s.id not in( 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> </if>




Laddar…
Avbryt
Spara