Commit 80b51748 by 陶光胜

取数平台调整

parent aabe9bba
...@@ -134,6 +134,6 @@ ...@@ -134,6 +134,6 @@
FROM FROM
dh_download_task dh_download_task
WHERE (status = 'building' or status = 'waiting') WHERE (status = 'building' or status = 'waiting')
and start_time <= DATE_ADD(start_time,INTERVAL -24 HOUR) order by start_time and start_time <= DATE_ADD(now(),INTERVAL -24 HOUR) order by start_time
</select> </select>
</mapper> </mapper>
\ No newline at end of file
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