Changeset 16780


Ignore:
Timestamp:
2007/11/09 22:33:20 (16 years ago)
Author:
satou
Message:

#181
修正しました。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/pages/products/LC_Page_Products_Detail.php

    r16741 r16780  
    712712        $objQuery->setorder("product_rank DESC"); 
    713713        for($i = 0; $i < $max; $i++) { 
    714             $where = "del_flg = 0 AND product_id = ? AND status = 1"; 
     714            $where = "del_flg = 0 AND T3.product_id = ? AND status = 1"; 
    715715            $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'])); 
    716716 
Note: See TracChangeset for help on using the changeset viewer.