Browse Source

更新

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

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

@@ -706,6 +706,9 @@ func OrderGoodsOutput(c *gin.Context) {
} }
tmp["sku_str"] = skuStr tmp["sku_str"] = skuStr
tmp["num"] = utils.IntToStr(v.Num) tmp["num"] = utils.IntToStr(v.Num)
if v.EnterpriseId == 0 {
v.EnterpriseId = ordMap[v.Oid].EnterpriseId
}
inSideName := "" inSideName := ""
_, ok := enterpriseMap[v.EnterpriseId] _, ok := enterpriseMap[v.EnterpriseId]
if ok { if ok {


Loading…
Cancel
Save