Ver a proveniência

更新

master
huangjiajun há 3 meses
ascendente
cometimento
35ccfbeb58
1 ficheiros alterados com 3 adições e 3 eliminações
  1. +3
    -3
      app/task/svc/svc_wph_order.go

+ 3
- 3
app/task/svc/svc_wph_order.go Ver ficheiro

@@ -137,9 +137,9 @@ func OrdersWphGet(p int, pageSize int, sTime, eTime int64, timeType string, pvd
"已失效": "订单失效",
}
for _, v := range order {
//if v["status"] == "已下单" {
// continue
//}
if v["status"] == "已下单" {
continue
}
if v["channelTag"] != wphData["pid"] {
continue
}


Carregando…
Cancelar
Guardar