Commit fde8906e by jianan

活动时间4

parent 6c1db0eb
......@@ -84,7 +84,7 @@
FROM ag_mkt_schedule_task_tracking
WHERE
NOT ((task_time_end < STR_TO_DATE(#{taskTimeFrom,jdbcType=VARCHAR}, '%H:%i:%s'))
OR (task_time_from > > STR_TO_DATE(#{taskTimeEnd,jdbcType=VARCHAR}, '%H:%i:%s'))
OR (task_time_from > STR_TO_DATE(#{taskTimeEnd,jdbcType=VARCHAR}, '%H:%i:%s'))
)
AND to_days(track_time) = to_days(now())
AND practitioner_id = #{practitionerId,jdbcType=BIGINT}
......
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