Commit 50bfeee6 authored by 高雅喆's avatar 高雅喆

bug fix

parent 7930a314
......@@ -671,7 +671,7 @@ object GetLevelCount {
s"""
|select a.level1_id,a.count,b.level1_name from tmp a
|left join (select distinct level1_id,level1_name from online.bl_tag_hierarchy_detail where partition_date = '${stat_date}') b
|on a.level1_id = b.level1_id
|on a.level1_id = b.level1_id order by a.count desc
""".stripMargin
)
level1_name.show()
......
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