Index: /branches/feature-module-update/data/class/pages/products/LC_Page_Products_Detail.php
===================================================================
--- /branches/feature-module-update/data/class/pages/products/LC_Page_Products_Detail.php	(revision 16741)
+++ /branches/feature-module-update/data/class/pages/products/LC_Page_Products_Detail.php	(revision 16780)
@@ -712,5 +712,5 @@
         $objQuery->setorder("product_rank DESC");
         for($i = 0; $i < $max; $i++) {
-            $where = "del_flg = 0 AND product_id = ? AND status = 1";
+            $where = "del_flg = 0 AND T3.product_id = ? AND status = 1";
             $arrProductInfo = $objQuery->select("DISTINCT main_list_image, price02_min, price02_max, price01_min, price01_max, name, point_rate, product_rank", $from, $where, array($arrRet[$i]['recommend_product_id']));
 
