fix:批量导入的时候,图片会存入数据库
This commit is contained in:
parent
7898531ce1
commit
e7a037c640
@ -497,6 +497,7 @@ func ImportCompetitiveReportBatch(ctx *gin.Context) {
|
||||
continue
|
||||
}
|
||||
competitorReportData.ImageURL = newImageUrl
|
||||
temp.ImageUrl = newImageUrl
|
||||
}
|
||||
|
||||
// 生成PDF并上传
|
||||
|
||||
Loading…
Reference in New Issue
Block a user