Commit 315da9c8 by 陶光胜

d

parent 32db0ee9
......@@ -189,6 +189,7 @@
FROM
dh_download_task
WHERE
status = 'building' or status = 'waiting'
(status = 'building' or status = 'waiting') and start_time >= CONCAT(DATE_FORMAT(NOW(),'%Y-%m-%d'),' 00:00:00')
and start_time <= CONCAT(DATE_FORMAT(NOW(),'%Y-%m-%d'),' 23:59:59')
</select>
</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