fix:竞品报告title不要去除空格

This commit is contained in:
cjy 2026-03-11 09:57:20 +08:00
parent 51835eaa65
commit 4ac5c334bd

View File

@ -1572,7 +1572,7 @@ func ImportCompetitiveReportHistoryBatch(ctx *gin.Context) {
// 第三列SubmitTime
submitTime := ""
if len(row) > 2 {
submitTime = strings.TrimSpace(row[2])
submitTime = row[2]
}
// 构造请求