Commit 41b605fd by fsn

日志改为按时间倒序排列

parent af46fc71
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
<if test="logName != null and logName !=''"> <if test="logName != null and logName !=''">
and logname like CONCAT('%',#{logName},'%') and logname like CONCAT('%',#{logName},'%')
</if> </if>
order by createTime DESC
</select> </select>
</mapper> </mapper>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment