Bläddra i källkod

[品牌][修改][查询名称是否存在]

release_toaliyun_real
gongbiao 7 år sedan
förälder
incheckning
6254ea30c4
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

@@ -290,7 +290,7 @@
<select id="hasShopNumber" parameterType="com.iformall.domain.po.WxShop" resultType="Integer">
select count(*) from wx_shop where tenant_id=#{tenantId} and shop_number=#{shopNumber}
<if test=" null != id">
and id = #{id}
and id != #{id}
</if>
</select>



Laddar…
Avbryt
Spara