Commit e70e3123 by 陶光胜

报表中心

parent daeddb49
......@@ -410,7 +410,7 @@
select
<include refid="Base_Column_List" />
from tab_download_report
where status in(5,6) or audit_result = 0
where (status in(5,6) or audit_result = 0) and data_source='hive'
order by create_time desc
</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