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
Email Patches
Plain Diff
Browse Files
Authored by
mali
2018-12-13 11:09:05 +0800
Commit
abd13b4bbbf8c453b475633d7862bd7040b569ac
1 parent
a22a1ad1
搜索词按排序加创建时间倒序培训
Hide 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 @
abd13b4
...
...
@@ -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