Commit e0ba62d3 authored by alex yao's avatar alex yao

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

parent 0369e4a8
...@@ -11,7 +11,7 @@ select * from (select ...@@ -11,7 +11,7 @@ select * from (select
left join biz_member_info bmi on bmi.member_id = baai.member_id left join biz_member_info bmi on bmi.member_id = baai.member_id
left join biz_data_analyze_point_record bdapr on bdapr.relation_id = bdadr.relation_id <<and bdapr.member_id = :memberId>> left join biz_data_analyze_point_record bdapr on bdapr.relation_id = bdadr.relation_id <<and bdapr.member_id = :memberId>>
where 1=1 where 1=1
<< and bdapr.member_id = :memberId>> << and bdadr.member_id = :memberId>>
group by bdapr.relation_id,publish_status group by bdapr.relation_id,publish_status
) as t1 ) as t1
where 1=1 where 1=1
......
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