Commit 39000cac authored by alex yao's avatar alex yao

fix: 【【POE】分享应用时数据统计更改】 --bug=1009877

parent 79eae7ef
...@@ -2,7 +2,7 @@ select * ...@@ -2,7 +2,7 @@ select *
from (select bmi.nick_name as owner, from (select bmi.nick_name as owner,
baai.agent_title, baai.agent_title,
count(bdadr.relation_id) as usage_count, count(bdadr.relation_id) as usage_count,
total_points, ifnull(total_points, 0) as total_points,
max(bdadr.datetime) as last_usage_time, max(bdadr.datetime) as last_usage_time,
(case when baai.agent_publish_status = "publish" then "Y" else "N" end) as publish_status (case when baai.agent_publish_status = "publish" then "Y" else "N" end) as publish_status
from biz_data_analyze_dialogue_record bdadr from biz_data_analyze_dialogue_record bdadr
......
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