订单销量暂时返回定值

This commit is contained in:
苏尹岚
2020-03-16 09:24:47 +08:00
parent 2a43dc0238
commit 6d8773c48f

View File

@@ -1223,5 +1223,6 @@ func GetMatterStoreOrderCount(ctx *jxcontext.Context, storeID int) (result *Orde
return nil, err
}
orderCount.Flag = flag
orderCount.Count = 1000
return orderCount, err
}