傅行帆 5 年前
父节点
当前提交
e6d0d6f01a

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

@@ -46,7 +46,7 @@
46 46
                     t.enlist_id,
47 47
                     c.*
48 48
                 FROM
49
-                    ts_activity_dynamic_enlist t
49
+                    ta_activity_dynamic_enlist t
50 50
                     LEFT JOIN ta_recommend_customer c ON t.person_id = c.person_id
51 51
                     AND t.building_id = c.building_id
52 52
                     AND t.org_id = c.org_id

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

@@ -37,7 +37,7 @@
37 37
             count( DISTINCT ( c.customer_id ) ) as customer_num,
38 38
             c.org_id
39 39
         FROM
40
-            ts_activity_dynamic_enlist t
40
+            ta_activity_dynamic_enlist t
41 41
             LEFT JOIN ta_recommend_customer c ON t.person_id = c.person_id
42 42
             AND t.building_id = c.building_id
43 43
             AND t.org_id = c.org_id

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

@@ -34,7 +34,7 @@
34 34
             count( DISTINCT ( c.customer_id ) ) as customer_num,
35 35
             c.org_id
36 36
         FROM
37
-            ts_activity_dynamic_enlist t
37
+            ta_activity_dynamic_enlist t
38 38
             LEFT JOIN ta_recommend_customer c ON t.person_id = c.person_id
39 39
             AND t.building_id = c.building_id
40 40
             AND t.org_id = c.org_id