1000去掉

This commit is contained in:
苏尹岚
2020-03-17 09:42:26 +08:00
parent bd11ccb6f6
commit ac8ff5cc6c

View File

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