Commit 37b7f0d5 authored by zhangsen's avatar zhangsen

25小时改为24小时

parent c51897dc
...@@ -154,7 +154,7 @@ ...@@ -154,7 +154,7 @@
@s := @s + 1 AS `index` @s := @s + 1 AS `index`
FROM FROM
mysql.help_topic, mysql.help_topic,
( SELECT @s := 0 ) temp ( SELECT @s := 1 ) temp
WHERE WHERE
@s <![CDATA[<=]]> @s <![CDATA[<=]]>
hour(TIMEDIFF(#{endDateTime},#{beginDateTime}))) t hour(TIMEDIFF(#{endDateTime},#{beginDateTime}))) t
......
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