From 2b869b146c71387f0add2fdb35f1bb517c179309 Mon Sep 17 00:00:00 2001
From: 王智 <wz@bronet.cn>
Date: Fri, 8 Jan 2021 13:10:50 +0800
Subject: [PATCH] xiugai

---
 application/common/controller/Algorithm.php | 2 ++
 1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/application/common/controller/Algorithm.php b/application/common/controller/Algorithm.php
index 47fef70..919d523 100644
--- a/application/common/controller/Algorithm.php
+++ b/application/common/controller/Algorithm.php
@@ -2408,6 +2408,8 @@ class Algorithm extends Api
         if (!empty($SleepHeight)) {
             //商品信息 $GoodsList
             $GoodsList = $this->SelectGoodsList($SleepHeight['Goods_ids'], 1, $Question);
+            dump($GoodsList);
+            die;
             $Return = [
                 //icon
                 'Icon' => cdnurl($SleepHeight['icon_image']),
--
libgit2 0.24.0