张延森 3 years ago
parent
commit
446c043a04
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      pom.xml
  2. 1
    1
      src/main/resources/mapper/statistic/TsPersonFromStatisticMapper.xml

+ 1
- 1
pom.xml View File

@@ -10,7 +10,7 @@
10 10
 	</parent>
11 11
 	<groupId>com.yunzhi</groupId>
12 12
 	<artifactId>marketing</artifactId>
13
-	<version>v1.0.25</version>
13
+	<version>v1.0.28</version>
14 14
 	<name>marketing-cloud</name>
15 15
 	<description>新联康营销云</description>
16 16
 

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

@@ -91,7 +91,7 @@
91 91
         sum( tp.from_num ) AS from_num,
92 92
         sum( tp.registered_num ) AS registered_num,
93 93
         DATE_FORMAT( tp.create_date, '%Y-%m-%d' ) AS create_time,
94
-        tp.scene_typ
94
+        tp.scene_type
95 95
         FROM
96 96
         ts_person_from_statistic tp
97 97
         WHERE