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

[商户][修改][查询语句]

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

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

@@ -85,9 +85,9 @@
and `email` = #{email}
</if>
<if test=" null != rentShopType ">
and id in(
and id not in(
select merchant_id from wx_rent_contract where tenant_id=#{tenantId} and rent_shop_type=1 and merchant_id is
not null and status not in(1,2,3,4)
not null and status in(1,2,3,4)
)
</if>
<if test=" null != ids ">


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