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
商户bug修复
release_toaliyun_real
furunxin
5 years ago
parent
d085eb0ac8
commit
c682bc4d4d
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
@@ -214,6 +214,9 @@
<if test=" null != status ">
and `status` = #{status}
</if>
<if test=" null != type ">
and `type` = #{type}
</if>
order by create_date desc
</select>
Write
Preview
Loading…
Cancel
Save