Ver a proveniência

更新

master
huangjiajun há 5 meses
ascendente
cometimento
5f6860b924
1 ficheiros alterados com 3 adições e 0 eliminações
  1. +3
    -0
      app/admin/svc/order/svc_order_list.go

+ 3
- 0
app/admin/svc/order/svc_order_list.go Ver ficheiro

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


Carregando…
Cancelar
Guardar