Преглед на файлове

//merchant

release_toaliyun_real
xhxu преди 3 години
родител
ревизия
61c1986473
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. +3
    -0
      mallinkService/src/main/resources/mapper/WxMerchantMapper.xml

+ 3
- 0
mallinkService/src/main/resources/mapper/WxMerchantMapper.xml Целия файл

@@ -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>


Зареждане…
Отказ
Запис