فهرست منبع

debug goods_common error

stanley-king 9 سال پیش
والد
کامیت
36c2856790
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      mobile/control/goods.php

+ 1 - 0
mobile/control/goods.php

@@ -108,6 +108,7 @@ class goodsControl extends mobileHomeControl
 
         $goods_list = $model_goods->getGoodsListByColorDistinct($condition, $fieldstr, $order, $this->page);
         $page_count = $model_goods->gettotalpage();
+        $model_goods->cls();
 
         //处理商品列表(抢购、限时折扣、商品图片)
         $goods_list = $this->_goods_list_extend($goods_list);