Commit 81bd21ce authored by 王志伟's avatar 王志伟

将百科id与tag关联

parent 59b19984
......@@ -731,7 +731,7 @@ object copy_database {
val new_data = sc.sql(
s"""
|select a.item_id,a.tag_id,b.id
|select a.item_id,a.tag_id,b.id,b.name,b.treatment_method,b.price_min,b.price_max,b.treatment_time,b.maintain_time,b.recover_time
|from tl_hdfs_wiki_item_tag_view a
|inner join Knowledge_network b
|on a.item_id=b.id
......
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