lrf 2 years ago
parent
commit
91758870fb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/service/util/trade.js

+ 1 - 1
app/service/util/trade.js

@@ -80,7 +80,7 @@ class TradeService extends CrudService {
     }
     }
     // #endregion
     // #endregion
     if (makeCache) {
     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;
       result.key = key;
     }
     }