Ignore:
Timestamp:
2010/09/22 13:23:00 (14 years ago)
Author:
eccuore
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/SC_Product.php

    r18815 r18819  
    234234            T1.product_class_id, 
    235235            T1.del_flg, 
     236            T1.down, 
     237            T1.down_filename, 
     238            T1.down_realfilename, 
    236239            T2.class_combination_id, 
    237240            T2.parent_class_combination_id, 
     
    254257        $levels = array(); 
    255258        $parents = array(); 
    256  
     259        $i = 0; 
    257260        foreach ($arrRet as $rows) { 
     261            if($rows['level']==""){ 
     262                $rows['level']="1"; 
     263                $arrRet[$i]['level'] = $rows['level']; 
     264 
     265            } 
    258266            $levels[] = $rows['level']; 
    259267            $parents[] = $rows['parent_class_combination_id']; 
     
    414422                    dtb_products.update_date, 
    415423                    dtb_products.deliv_date_id, 
    416                     dtb_products.down, 
    417                     dtb_products.down_filename, 
    418                     dtb_products.down_realfilename, 
    419424                    T4.product_code_min, 
    420425                    T4.product_code_max, 
Note: See TracChangeset for help on using the changeset viewer.