V0
This commit is contained in:
parent
cca95cf8b6
commit
2e4af80f18
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user