Explorar el Código

更新

master
huangjiajun hace 5 meses
padre
commit
5f6860b924
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      app/admin/svc/order/svc_order_list.go

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

@@ -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 {


Cargando…
Cancelar
Guardar