Browse Source

[BUG][ID1001315][dev version:.925.1357:创建多经点位商铺,在点位合同进行补录,补录列表没有此数据]

release_toaliyun_real
gongbiao 7 years ago
parent
commit
ab2c433728
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxShopMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/WxShopMapper.xml View File

@@ -457,8 +457,8 @@
</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 not in(0,5,6,7)
and merchant_id is not null and rent_shop_type=2
SELECT shop_id FROM wx_rent_contract WHERE tenant_id = #{tenantId} and status in(2,3,4)
and rent_shop_type=2
) )
</if> </if>
<if test=" null != type "> <if test=" null != type ">


Loading…
Cancel
Save