Commit 8b40df8d by huluobin

update

parent a5b135d7
......@@ -163,8 +163,8 @@
<select id="selectArriveTimeBeforeOneHour" resultType="com.gogirl.domain.order.serve.ScheduleManage">
SELECT *
from scheduled_manage
where date_sub(arrive_time, interval 1 hour) &lt; now()
and arrive_time &gt; NOW()
where date_sub(arrive_time, interval 1 hour) &lt;= now()
and arrive_time &gt;= NOW()
and `status` = 1
</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