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
Stormeye Wu
7 years ago
parent
2833829c40
commit
5a45308297
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mallinkService/src/main/resources/mapper/WxOrderMapper.xml
+ 1
- 1
mallinkService/src/main/resources/mapper/WxOrderMapper.xml
View File
@@ -98,7 +98,7 @@
</if>
</if>
<if test=" null != statusS ">
<if test=" null != statusS ">
and `status` in
and `
order_
status` in
<foreach collection="statusS" index="index" item="sItem" open="(" separator="," close=")">
<foreach collection="statusS" index="index" item="sItem" open="(" separator="," close=")">
#{sItem}
#{sItem}
</foreach>
</foreach>
Write
Preview
Loading…
Cancel
Save