Commit ab6c8451 authored by haoyanbin's avatar haoyanbin

1

parent 483a36aa
...@@ -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", "E1") f.MergeCell(fileName, "A1", "H1")
f.SetCellValue(fileName, "A1", "留资信息") f.SetCellValue(fileName, "A1", "留资信息")
f.MergeCell(fileName, "F1", "P1") f.MergeCell(fileName, "I1", "S1")
f.SetCellValue(fileName, "F1", "电销沟通结果") f.SetCellValue(fileName, "I1", "电销沟通结果")
f.MergeCell(fileName, "Q1", "U1") f.MergeCell(fileName, "T1", "X1")
f.SetCellValue(fileName, "Q1", "渠道信息") f.SetCellValue(fileName, "T1", "渠道信息")
f.SetCellValue(fileName, "A2", "联系人") f.SetCellValue(fileName, "A2", "联系人")
f.SetCellValue(fileName, "B2", "联系电话") f.SetCellValue(fileName, "B2", "联系电话")
......
...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment