Commit 7362dcd3 authored by 王志伟's avatar 王志伟

测试训练数据写入

parent d81cf1b8
......@@ -740,7 +740,7 @@ object tag_value {
val icon_today_train_data=sc.sql(
s"""
|select a.device_id,c.index_id as index_id,b.value from jerry_prod.icon_train_data a
|select a.device_id,c.index_id as action,b.value from jerry_prod.icon_train_data a
|left join tagId_value b on a.tag_id=b.level_id
|left join tag_level_index c on a.tag_id=c.level_id
|where c.index_id is not null and b.value is not null
......
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