Browse Source

新需求

weichaochao 5 years ago
parent
commit
d3f0be91d9
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/main/resources/mapper/TaShareCountMapper.xml

+ 1
- 1
src/main/resources/mapper/TaShareCountMapper.xml View File

@@ -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