Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
yohoufo-fore
·
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
qinchao
2018-12-13 11:14:49 +0800
Commit
c936d1508617ee53f27603b3b7bc33e058c6ee70
2 parents
fcd30529
5070ff60
Merge branch 'test6.8.3' of
http://git.yoho.cn/ufo/yohoufo-fore
into test6.8.3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
dal/src/main/resources/META-INF/mybatis/product/SearchWordMapper.xml
dal/src/main/resources/META-INF/mybatis/product/SearchWordMapper.xml
View file @
c936d15
...
...
@@ -18,6 +18,6 @@
<if
test=
"wordType != null"
>
AND word_type = #{wordType, jdbcType=INTEGER}
</if>
order by order_by DESC LIMIT 20
order by order_by DESC
, create_time DESC
LIMIT 20
</select>
</mapper>
\ No newline at end of file
...
...
Please
register
or
login
to post a comment