魏超 5 年之前
父節點
當前提交
0fe412f676
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/main/resources/mapper/statistic/TaActivityStaticMapper.xml

+ 1
- 1
src/main/resources/mapper/statistic/TaActivityStaticMapper.xml 查看文件

@@ -1447,8 +1447,8 @@
1447 1447
         person.person_id
1448 1448
         from (
1449 1449
         SELECT t.*, f.nickname, f.phone, f.person_type
1450
-        LEFT JOIN ta_share_activity b ON t.be_share = b.share_id
1451 1450
         FROM ta_share_count t
1451
+        LEFT JOIN ta_share_activity b ON t.be_share = b.share_id
1452 1452
         LEFT JOIN ta_help_activity a ON t.be_share = a.help_activity_id
1453 1453
         LEFT JOIN ta_live_activity c ON t.be_share = c.live_activity_id
1454 1454
         LEFT JOIN ta_drainage d ON t.be_share = d.drainage_id