Commit 4c882504 authored by jiaorz's avatar jiaorz

活动分享修改

parent a20c96b4
......@@ -323,7 +323,7 @@
(
(
orv.start_time > #{startTime}
AND orv.start_time < #{startTime}
AND orv.start_time < #{endTime}
AND orv.end_time > #{endTime}
)
OR (
......@@ -332,7 +332,7 @@
)
OR (
orv.start_time < #{startTime}
AND orv.end_time > #{endTime}
AND orv.end_time > #{startTime}
AND orv.end_time < #{endTime}
)
OR (
......
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