|
|
@ -3,13 +3,12 @@ package models |
|
|
|
import ( |
|
|
|
"LAPP_GAAS_GFrame_BACKEND/db" |
|
|
|
"LAPP_GAAS_GFrame_BACKEND/utils" |
|
|
|
"fmt" |
|
|
|
"errors" |
|
|
|
"github.com/go-xorm/xorm" |
|
|
|
"strconv" |
|
|
|
"strings" |
|
|
|
"time" |
|
|
|
"xorm.io/core" |
|
|
|
"errors" |
|
|
|
) |
|
|
|
|
|
|
|
type Snrtab struct { |
|
|
@ -360,7 +359,6 @@ func (t *Snrtab) GetNextSnrWithSession(session *xorm.Session, snr string)(retsn |
|
|
|
if snrtab, err = snrtab.SelectOneWithSession(session); err != nil{ |
|
|
|
return |
|
|
|
} |
|
|
|
fmt.Println("select result:", snrtab) |
|
|
|
snrtab.Clipped() |
|
|
|
|
|
|
|
if snrtab.Lastnrcreate == ""{ |
|
|
|