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
8a877a5511
commit
2eba5397b2
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
mallinkService/src/main/resources/mapper/WxRefundOrderMapper.xml
+ 2
- 1
mallinkService/src/main/resources/mapper/WxRefundOrderMapper.xml
View File
@@ -111,7 +111,8 @@
<foreach collection="ids" index="index" item="idItem" open="(" separator="," close=")">
#{idItem}
</foreach>
</if>
</if>
and `refund_id` is not null
<if test=" null != sortColumns"> order by ${sortColumns} </if>
</sql>
Write
Preview
Loading…
Cancel
Save