Commit b04809ac authored by 王志伟's avatar 王志伟

修改训练数据时间

parent 7362dcd3
......@@ -744,6 +744,7 @@ object tag_value {
|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
|and a.stat_date='${stat_date}'
""".stripMargin
)
......
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