Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
ufo-platform
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
LUOXC
2019-01-07 13:28:28 +0800
Commit
4cfba53fcdc64294c7239dd73455b534e4777b7c
1 parent
6b29cb1c
fix bug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
dal/src/main/resources/META-INF/mybatis/OrderStatusMonitorMapper.xml
dal/src/main/resources/META-INF/mybatis/OrderStatusMonitorMapper.xml
View file @
4cfba53
...
...
@@ -9,7 +9,7 @@
buyer_order
WHERE
create_time > #{startTime}
AND create_time
<
=
#{endTime}
AND create_time
<
![CDATA[<= ]]>
#{endTime}
AND STATUS = 0
</select>
...
...
Please
register
or
login
to post a comment