Browse Source

Merge pull request '订单描述取订单号' (#427) from feature_shipOrder into develop

Reviewed-on: http://101.201.121.115:3000/leo/LAPP_GAAS_GFrame_BACKEND/pulls/427
Reviewed-by: 娄文智 <wenzhi.lou@le-it.com.cn>
pull/428/head
娄文智 3 years ago
parent
commit
26f273b23c
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