This commit is contained in:
jh_peng 2024-11-19 11:17:04 +08:00
parent cca95cf8b6
commit 2e4af80f18

View File

@ -382,7 +382,7 @@ func HandleSTS8200Excel(fileText *model.FileText) error {
} }
global.PostGreSQL.Create(&report) global.PostGreSQL.Create(&report)
} }
if fileText.Procedure == "CP" { if strings.Contains(fileText.Procedure, "CP") {
SaveCP(report) SaveCP(report)
} else { } else {
SaveFT(report) SaveFT(report)