Browse Source

Merge branch 'master' of http://101.201.121.115:3000/leo/LAPP_Acura_MES_Backend into develop

master V1.5.2
zhangxin 2 years ago
parent
commit
fc7da93362
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      services/pln/implments/ToyotaCallOffCheck.impl.go

+ 2
- 0
services/pln/implments/ToyotaCallOffCheck.impl.go View File

@ -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()


Loading…
Cancel
Save