|
@@ -68,7 +68,7 @@
|
68
|
68
|
|
69
|
69
|
left join ta_building_dynamic g on t.target_id = g.dynamic_id
|
70
|
70
|
left join ta_help_activity b on t.target_id = b.help_activity_id
|
71
|
|
- left join ta_share_activity c on t.target_id = c.share_id
|
|
71
|
+ left join ta_share_activity c on t.target_id = c.group_activity_id
|
72
|
72
|
LEFT JOIN ta_drainage d on t.target_id = d.drainage_id
|
73
|
73
|
left join ta_building e on t.target_id = e.building_id
|
74
|
74
|
LEFT JOIN ta_news f on t.target_id = f.news_id
|