Ignore:
Timestamp:
2011/02/23 22:13:23 (13 years ago)
Author:
shutta
Message:

refs #1048
ダウンロード商品をダウンロードした際にDBエラーになるのを修正。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/pages/mypage/LC_Page_Mypage_DownLoad.php

    r20344 r20358  
    184184        $dbFactory = SC_DB_DBFactory_Ex::getInstance(); 
    185185        $where = "o.customer_id = ? AND o.order_id = ? AND pc.product_id = ? AND pc.product_class_id = ?"; 
    186         $where .= " AND " . $dbFactory->getDownloadableDaysWhereSql(); 
     186        $where .= " AND " . $dbFactory->getDownloadableDaysWhereSql('o'); 
    187187        $where .= " = 1"; 
    188188        $arrRet = $objQuery->select($col, $table, $where, 
Note: See TracChangeset for help on using the changeset viewer.