Ignore:
Timestamp:
2010/09/27 11:49:29 (14 years ago)
Author:
eccuore
Message:

#792(ダウンロード販売機能) vw_download_class削除、product_class_id対応(規格構成変更と並行作業中なので、作業途中の部分有)

File:
1 edited

Legend:

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

    r18701 r18824  
    142142        $col = "product_id, product_code, product_name, classcategory_name1, classcategory_name2, price, quantity, point_rate"; 
    143143        $where = "order_id = ?"; 
    144         $objQuery->setOrder("classcategory_id1, classcategory_id2"); 
     144        $objQuery->setOrder("product_class_id"); 
    145145        $arrRet = $objQuery->select($col, "dtb_order_detail", $where, array($order_id)); 
    146146        return $arrRet; 
Note: See TracChangeset for help on using the changeset viewer.