Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dt_analysis
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
haoyanbin
dt_analysis
Commits
ab6c8451
Commit
ab6c8451
authored
Sep 11, 2023
by
haoyanbin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
483a36aa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
12 deletions
+17
-12
survey.go
api/mobile/survey.go
+5
-5
config.yaml
config.yaml
+12
-7
No files found.
api/mobile/survey.go
View file @
ab6c8451
...
@@ -128,12 +128,12 @@ func ExportSurveyUserExcel(c *gin.Context) {
...
@@ -128,12 +128,12 @@ func ExportSurveyUserExcel(c *gin.Context) {
// Create a new sheet.
// Create a new sheet.
index
:=
f
.
NewSheet
(
fileName
)
index
:=
f
.
NewSheet
(
fileName
)
f
.
MergeCell
(
fileName
,
"A1"
,
"
E
1"
)
f
.
MergeCell
(
fileName
,
"A1"
,
"
H
1"
)
f
.
SetCellValue
(
fileName
,
"A1"
,
"留资信息"
)
f
.
SetCellValue
(
fileName
,
"A1"
,
"留资信息"
)
f
.
MergeCell
(
fileName
,
"
F1"
,
"P
1"
)
f
.
MergeCell
(
fileName
,
"
I1"
,
"S
1"
)
f
.
SetCellValue
(
fileName
,
"
F
1"
,
"电销沟通结果"
)
f
.
SetCellValue
(
fileName
,
"
I
1"
,
"电销沟通结果"
)
f
.
MergeCell
(
fileName
,
"
Q1"
,
"U
1"
)
f
.
MergeCell
(
fileName
,
"
T1"
,
"X
1"
)
f
.
SetCellValue
(
fileName
,
"
Q
1"
,
"渠道信息"
)
f
.
SetCellValue
(
fileName
,
"
T
1"
,
"渠道信息"
)
f
.
SetCellValue
(
fileName
,
"A2"
,
"联系人"
)
f
.
SetCellValue
(
fileName
,
"A2"
,
"联系人"
)
f
.
SetCellValue
(
fileName
,
"B2"
,
"联系电话"
)
f
.
SetCellValue
(
fileName
,
"B2"
,
"联系电话"
)
...
...
config.yaml
View file @
ab6c8451
...
@@ -50,15 +50,20 @@ jwt:
...
@@ -50,15 +50,20 @@ jwt:
local
:
local
:
path
:
uploads/file
path
:
uploads/file
mysql
:
mysql
:
path
:
rm-2zenl1z0v6209a4jrbo.mysql.rds.aliyuncs.com
# path: rm-2zenl1z0v6209a4jrbo.mysql.rds.aliyuncs.com
# config: charset=utf8mb4&parseTime=True&loc=Local
# db-name: dt_analysis
# username: root_shop
# password: DBC_shopqwe
# max-idle-conns: 0
# max-open-conns: 0
# log-mode: false
# log-zap: ""
path
:
39.96.85.45:3307
config
:
charset=utf8mb4&parseTime=True&loc=Local
config
:
charset=utf8mb4&parseTime=True&loc=Local
db-name
:
dt_analysis
db-name
:
dt_analysis
username
:
root_shop
username
:
root
password
:
DBC_shopqwe
password
:
abc123456
max-idle-conns
:
0
max-open-conns
:
0
log-mode
:
false
log-zap
:
"
"
clickhouse
:
clickhouse
:
host
:
"
cc-2zejbg2y0c0m15o20o.ads.rds.aliyuncs.com:3306"
host
:
"
cc-2zejbg2y0c0m15o20o.ads.rds.aliyuncs.com:3306"
debug
:
true
debug
:
true
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment