Browse Source

更新

master
huangjiajun 5 months ago
parent
commit
6881e5823d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/admin/svc/order/svc_order_list.go

+ 1
- 1
app/admin/svc/order/svc_order_list.go View File

@@ -1509,7 +1509,7 @@ func OrderAddSku(c *gin.Context) {
Num: utils.StrToInt(v.Num), Num: utils.StrToInt(v.Num),
FirstNum: utils.StrToInt(v.Num), FirstNum: utils.StrToInt(v.Num),
Price: skuPrice[v.SkuId], Price: skuPrice[v.SkuId],
EnterpriseId: utils.StrToInt(req.EnterpriseId),
EnterpriseId: order.EnterpriseId,
State: 1, State: 1,
IsNew: 1, IsNew: 1,
OrdNo: order.OrdNo, OrdNo: order.OrdNo,


Loading…
Cancel
Save