Skip to content

Commit

Permalink
Merge pull request #69 from terwer/v4.x
Browse files Browse the repository at this point in the history
Change sort
  • Loading branch information
terwer authored Mar 24, 2019
2 parents d00939f + 276c4b5 commit 7eb41cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jvue-server/src/main/resources/mappers/spl-mapping-post.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
</if>
<choose>
<when test="isHot!=null and isHot==1">
ORDER BY hits DESC,created DESC,modified DESC
ORDER BY hits DESC,modified,created DESC DESC
</when>
<otherwise>
ORDER BY created DESC,modified DESC
ORDER BY modified DESC,created DESC
</otherwise>
</choose>
</select>
Expand Down

0 comments on commit 7eb41cc

Please sign in to comment.