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
[修改][会员交易][修改封面显示]
release_toaliyun_real
luozukai
6 years ago
parent
00c77dc333
commit
0398f71d1f
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
mallinkService/src/main/resources/mapper/WxMerchantMapper.xml
+ 3
- 1
mallinkService/src/main/resources/mapper/WxMerchantMapper.xml
View File
@@ -469,7 +469,9 @@
<if test=" null != linkPhone and ''!=linkPhone ">
and `link_phone` like concat('%', #{linkPhone},'%')
</if>
<if test=" null != linkPerson and ''!=linkPerson ">
and `link_person` like concat('%', #{linkPerson},'%')
</if>
</select>
Write
Preview
Loading…
Cancel
Save