This commit is contained in:
苏尹岚
2020-03-17 16:55:07 +08:00
parent a8125a568f
commit 679a9919fa

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
}