@@ -80,7 +80,7 @@ class TradeService extends CrudService {
}
// #endregion
if (makeCache) {
- const key = await this.makeOrderKey({ shop, goods, goodsSpec, num, type });
+ const key = await this.makeOrderKey({ shop, goods, goodsSpec, num, type, group });
result.key = key;