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
fix order bug
release_toaliyun_real
winter
4 years ago
parent
99ed4261d0
commit
415ddd8f5d
1 changed files
with
1 additions
and
1 deletions
Split 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
@@ -592,7 +592,7 @@
order by o.create_date desc
</select>
<select id="findListOfExpMicroPayOrderByDate" parameterType="map" resultMap="
PayExpVo
ResultMap">
<select id="findListOfExpMicroPayOrderByDate" parameterType="map" resultMap="
Base
ResultMap">
select
o.`id`,o.`order_number`,o.`tenant_id`,o.`c_user_id`,o.`coupon_channel_id`,o.`product_id`,o.`type`,o.`pay_vendor`,
Write
Preview
Loading…
Cancel
Save