Commit 0016669c by zhangkb

修改获取稽核日志根据开始时间降序排序

parent 1a1fc7dd
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
from indi_data_check_log from indi_data_check_log
where where
code = #{code} code = #{code}
order by start_time desc
limit #{start},#{end} limit #{start},#{end}
</select> </select>
......
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