Commit 8d96b5b9 authored by mcb's avatar mcb

commit

parent 600ebd8e
......@@ -188,6 +188,7 @@
</foreach>
<if test="startTime != null and startTime != ''"> and from_unixtime(submit_time/1000,'%Y-%m-%d %H:%i:%s') >=#{startTime} </if>
<if test="endTime != null and endTime != ''">and #{endTime} >= from_unixtime(submit_time/1000,'%Y-%m-%d %H:%i:%s')</if>
order by from_unixtime(submit_time/1000, '%Y-%m-%d %H:%i:%s') desc
</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