rabin 2 年之前
父节点
当前提交
5eb34abda3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/shop/lib/Sell.php

+ 1 - 1
app/shop/lib/Sell.php

@@ -350,7 +350,7 @@ class Sell
                 }
 
                 if ($v['discount_id'] && $v['discount_id'] > 0) {
-                    $info['discount_goods'] = $info['goods'];
+                    $info['discount_goods'][] = $info['goods'][$k];
                 }
             }