|
|
@ -18,11 +18,13 @@ import ( |
|
|
|
"fmt" |
|
|
|
"reflect" |
|
|
|
"strconv" |
|
|
|
"strings" |
|
|
|
"time" |
|
|
|
) |
|
|
|
|
|
|
|
// Check 南沙发运校验
|
|
|
|
func (impl *ToyotaCalloffServiceImplement) Check(user *global.User, barcode string) error { |
|
|
|
barcode = strings.TrimSpace(barcode) |
|
|
|
engine := db.Eloquent.Master() |
|
|
|
session := engine.NewSession() |
|
|
|
defer session.Close() |
|
|
|