Commit a3e5f95c by mushishixian

状态筛选

parent dc5da61e
Showing with 1 additions and 1 deletions
......@@ -24,7 +24,7 @@ func StatisticsSuppliersSkuNum() (err error) {
err = rows.Scan(supplier)
//去es查询sku数量
params := req.Param{
"status/condition": 1,
"goods_status/condition": 1,
"canal/condition": supplier.SupplierCode,
}
url := lib.Instance("config").GetString("es.es_sku_url")
......
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