傅行帆 5 anos atrás
pai
commit
827150ca5b

+ 15
- 15
src/main/resources/application-test.yml Ver arquivo

1
 server:
1
 server:
2
-  port: 8566
2
+  port: 8080
3
 spring:
3
 spring:
4
   application:
4
   application:
5
     name: estateagents
5
     name: estateagents
6
   datasource:
6
   datasource:
7
     username: estateagents
7
     username: estateagents
8
-    password: DQ@0lW##kBb2+-jPZ
9
-    url: jdbc:mysql://rm-uf6z3z6jq11x653d77o.mysql.rds.aliyuncs.com:3306/estateagents_t?useUnicode=true&serverTimezone=CTT&characterEncoding=utf8&allowMultiQueries=true&autoReconnect=true&zeroDateTimeBehavior=convertToNull
8
+    password: estateagents
9
+    url: jdbc:mysql://47.101.36.130:3306/estateagents_3.5.1_test?useUnicode=true&serverTimezone=GMT%2B8&characterEncoding=utf8&allowMultiQueries=true&autoReconnect=true&zeroDateTimeBehavior=convertToNull
10
     driver-class-name: com.mysql.cj.jdbc.Driver
10
     driver-class-name: com.mysql.cj.jdbc.Driver
11
     initial-size: 10 # 初始化连接数
11
     initial-size: 10 # 初始化连接数
12
     max-active: 20 # 最大连接数
12
     max-active: 20 # 最大连接数
25
   mapper-locations: classpath:mapper/**/*.xml
25
   mapper-locations: classpath:mapper/**/*.xml
26
 wx:
26
 wx:
27
   miniapp:
27
   miniapp:
28
-    appid: wxc56decdcbc64d8de
29
-    secret: 80864fa371a8db79e719c07df52d59d0
28
+    appid: wxd6f47a9bb3052175
29
+    secret: 28f33b6bbc0f778c11a0bb234a7d6d4e
30
     token:
30
     token:
31
     aesKey:
31
     aesKey:
32
     msgDataFormat: JSON
32
     msgDataFormat: JSON
33
   tpls:
33
   tpls:
34
-    - name: notice
35
-      id: 6hWKexNlaVpAOvrcWxHHQ_Duz1gRIkg2-Clsktp2-Os
36
-      keywords: 4
37
-    - name: newCustomer
38
-      id: WiBYjqkE9KvwDv1WSq5vnuv5A6FSaOB8ETFcrVmtCEI
39
-      keywords: 4
40
-    - name: mainbiz
41
-      id: WiBYjqkE9KvwDv1WSq5vniGU4P0gvwlat-5ENYKpfxg
42
-      keywords: 6
34
+  - name: notice
35
+    id: 6hWKexNlaVpAOvrcWxHHQ_Duz1gRIkg2-Clsktp2-Os
36
+    keywords: 4
37
+  - name: newCustomer
38
+    id: WiBYjqkE9KvwDv1WSq5vnuv5A6FSaOB8ETFcrVmtCEI
39
+    keywords: 4
40
+  - name: mainbiz
41
+    id: WiBYjqkE9KvwDv1WSq5vniGU4P0gvwlat-5ENYKpfxg
42
+    keywords: 6
43
 ali:
43
 ali:
44
   accessKeyId: LTAIkc75dpkJw8Lb
44
   accessKeyId: LTAIkc75dpkJw8Lb
45
   accessKeySecret: v4bvXCaix6vSDTCFfwSAdqV53iFEQw
45
   accessKeySecret: v4bvXCaix6vSDTCFfwSAdqV53iFEQw
68
     # 验证码长度
68
     # 验证码长度
69
     size: 4
69
     size: 4
70
     # 短信签名
70
     # 短信签名
71
-    sign: AI智慧案场
71
+    sign: 营销云
72
 
72
 
73
   visitor:
73
   visitor:
74
     code: "0501"
74
     code: "0501"

+ 1
- 1
src/main/resources/mapper/statistic/TsCustomerStatisticDailyMapper.xml Ver arquivo

13
             org_id,
13
             org_id,
14
             count( DISTINCT ( customer_id ) ) as customer_num
14
             count( DISTINCT ( customer_id ) ) as customer_num
15
         FROM
15
         FROM
16
-            ts_customer_follow_up_record
16
+            ta_customer_follow_up_record
17
         WHERE
17
         WHERE
18
             date_format( create_date, '%Y-%m-%d' ) = date_format( #{nowDate}, '%Y-%m-%d' )
18
             date_format( create_date, '%Y-%m-%d' ) = date_format( #{nowDate}, '%Y-%m-%d' )
19
         GROUP BY
19
         GROUP BY

+ 1
- 1
src/main/resources/mapper/statistic/TsCustomerStatisticMonthlyMapper.xml Ver arquivo

22
             org_id,
22
             org_id,
23
             count( DISTINCT ( customer_id ) ) as customer_num
23
             count( DISTINCT ( customer_id ) ) as customer_num
24
         FROM
24
         FROM
25
-            ts_customer_follow_up_record
25
+            ta_customer_follow_up_record
26
         WHERE
26
         WHERE
27
             date_format( create_date, '%Y-%m' ) = date_format( #{nowDate}, '%Y-%m' )
27
             date_format( create_date, '%Y-%m' ) = date_format( #{nowDate}, '%Y-%m' )
28
         GROUP BY
28
         GROUP BY