Commit 33c6b4bf authored by hezhen's avatar hezhen

123

parent 40c7985f
...@@ -37,8 +37,8 @@ ...@@ -37,8 +37,8 @@
t.name as typeName, t.name as typeName,
( (
CASE CASE
WHEN a.end_time >=#{time} THEN WHEN a.start_time >=#{time} THEN
a.end_time -#{time} a.start_time -#{time}
ELSE ELSE
0 0
END END
......
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