Browse Source

//merchant

release_toaliyun_real
xhxu 3 years ago
parent
commit
61c1986473
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      mallinkService/src/main/resources/mapper/WxMerchantMapper.xml

+ 3
- 0
mallinkService/src/main/resources/mapper/WxMerchantMapper.xml View File

@@ -303,6 +303,9 @@
<select id="hasMerchant" parameterType="com.iformall.domain.po.WxMerchant" resultType="int">
select count(1) from wx_merchant where `name`=#{name}
<if test=" null != status ">
and `status` = #{status}
</if>
<if test=" null != id">
and `id` != #{id}
</if>


Loading…
Cancel
Save