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
tt
release_toaliyun_real
xhxu
5 years ago
parent
c7751c7e1d
commit
bbc270c8c0
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/TtOrderMapper.xml
+ 1
- 1
mallinkService/src/main/resources/mapper/TtOrderMapper.xml
View File
@@ -246,7 +246,7 @@
where orderStatus=0 and create_date < #{expireDate}
</update>
<select id="findExpireIdList" parameterType="java.util.HashMap" result
Map
="Long">
<select id="findExpireIdList" parameterType="java.util.HashMap" result
Type
="Long">
select id
from tt_order
where orderStatus=#{orderStatus} and create_date < #{expireDate}
Write
Preview
Loading…
Cancel
Save