lrf 2 年之前
父节点
当前提交
91758870fb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/service/util/trade.js

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

@@ -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;
     }