Commit fb9b22ca by mushishixian

修改统计筛选条件

parent a3e5f95c
Showing with 1 additions and 0 deletions
......@@ -26,6 +26,7 @@ func StatisticsSuppliersSkuNum() (err error) {
params := req.Param{
"goods_status/condition": 1,
"canal/condition": supplier.SupplierCode,
"show_status": 1,
}
url := lib.Instance("config").GetString("es.es_sku_url")
resp, err := req.Post(url, params)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment