Commit c747b259 by 陶光胜

Merge branch 'developer' into 'master'

d

See merge request !9
parents 72abfa59 315da9c8
......@@ -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