张延森 3 år sedan
förälder
incheckning
446c043a04
2 ändrade filer med 2 tillägg och 2 borttagningar
  1. 1
    1
      pom.xml
  2. 1
    1
      src/main/resources/mapper/statistic/TsPersonFromStatisticMapper.xml

+ 1
- 1
pom.xml Visa fil

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

+ 1
- 1
src/main/resources/mapper/statistic/TsPersonFromStatisticMapper.xml Visa fil

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