Browse Source

运费模板bug更新

pull/422/head
yehongyang 3 years ago
parent
commit
ce7c6d95af
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      services/jit/implments/ShipOrder.service.impl.go

+ 1
- 0
services/jit/implments/ShipOrder.service.impl.go View File

@ -204,6 +204,7 @@ func (impl *ShipOrderServiceImplement) InsertOne(user *models.Usertab, entity *m
}
allTal := 0
for k, v := range shipOrderItemlst {
shipOrderItemlst[k].Status = basmodel.SHIP_ORDER_STATUS_PADDING
_, ok := articleMap[v.ItemId]
if ok {
shipOrderItemlst[k].ItemType = "inside"


Loading…
Cancel
Save