Commit 41b605fd by fsn

日志改为按时间倒序排列

parent af46fc71
......@@ -10,6 +10,7 @@
<if test="logName != null and logName !=''">
and logname like CONCAT('%',#{logName},'%')
</if>
order by createTime DESC
</select>
</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