测试销量暂时关了

This commit is contained in:
苏尹岚
2020-03-18 09:52:28 +08:00
parent 3f5fd127e3
commit fd4455ea95

View File

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