Browse Source

订单描述取订单号

pull/427/head
yehongyang 3 years ago
parent
commit
140596b4e6
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

@ -142,6 +142,7 @@ func (impl *ShipOrderServiceImplement) InsertOne(user *models.Usertab, entity *m
if rowIndex == 8 {
entity.ShipOrderId = row[11]
entity.ShipTemplateId = row[11]
entity.Descr = row[11]
}
if rowIndex == 10 {
deliver, _ := time.ParseInLocation("20060102", row[2], time.Local)


Loading…
Cancel
Save