V0
This commit is contained in:
parent
cca95cf8b6
commit
2e4af80f18
@ -382,7 +382,7 @@ func HandleSTS8200Excel(fileText *model.FileText) error {
|
||||
}
|
||||
global.PostGreSQL.Create(&report)
|
||||
}
|
||||
if fileText.Procedure == "CP" {
|
||||
if strings.Contains(fileText.Procedure, "CP") {
|
||||
SaveCP(report)
|
||||
} else {
|
||||
SaveFT(report)
|
||||
|
Loading…
Reference in New Issue
Block a user