fix:批量导入的时候,图片会存入数据库

This commit is contained in:
cjy 2026-03-03 14:08:56 +08:00
parent 7898531ce1
commit e7a037c640

View File

@ -497,6 +497,7 @@ func ImportCompetitiveReportBatch(ctx *gin.Context) {
continue
}
competitorReportData.ImageURL = newImageUrl
temp.ImageUrl = newImageUrl
}
// 生成PDF并上传