Commit 89a1d234 by 陶光胜

取数平台日志

parent 315da9c8
......@@ -112,7 +112,8 @@
apply_permitted
FROM
dh_download_task
WHERE query_data_source = #{source} and (status = 'waiting' or status = 'building')
WHERE query_data_source = #{source} and (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