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
Plain Diff
Browse Files
Authored by
caoyan
2020-04-20 14:07:07 +0800
Commit
eabed5fcb22e1178f73518d42b34eebf02ee37cf
2 parents
73bce219
ae5ab80a
Merge branch 'test6.10.0' of
http://git.yoho.cn/ufo/ufo-platform
into test6.10.0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
dal/src/main/resources/META-INF/mybatis/BuyerOrderMapper.xml
dal/src/main/resources/META-INF/mybatis/BuyerOrderMapper.xml
View file @
eabed5f
...
...
@@ -371,6 +371,6 @@
<select
id=
"selectByStatusAndUpdateTimeLess"
resultMap=
"BaseResultMap"
>
select
<include
refid=
"Base_Column_List"
></include>
from buyer_order
where status = #{status} and update_time
<
#{updateTime}
where status = #{status} and update_time
<
#{updateTime}
</select>
</mapper>
\ No newline at end of file
...
...
Please
register
or
login
to post a comment