This website works better with JavaScript.
Home
Explore
Help
Sign In
server
/
formallProject
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
//merchant
release_toaliyun_real
xhxu
3 years ago
parent
501525e508
commit
61c1986473
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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>
Write
Preview
Loading…
Cancel
Save