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

[商铺][修改][删除商铺]

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

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

@@ -435,7 +435,7 @@

<select id="getbshoplist" resultType="hashmap" parameterType="hashmap">
select id,shop_number shopNumber from wx_shop
where tenant_id=#{tenantId} and shop_number = #{shopNumber}
where tenant_id=#{tenantId} and shop_number = #{shopNumber} and is_del=0
</select>
<select id="getMerchantShopByShopId" resultType="hashmap" parameterType="hashmap">


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