Changeset 23534


Ignore:
Timestamp:
2014/06/10 14:30:23 (10 years ago)
Author:
system_friend
Message:

#2558 商品管理>商品登録(商品規格) dtb_classcategory.del_flg を関知していない の修正

File:
1 edited

Legend:

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

    r23513 r23534  
    380380__EOS__; 
    381381 
     382        $objQuery->andWhere(' T3.classcategory_id is not null AND dtb_classcategory2.classcategory_id is not null '); 
    382383        $objQuery->setOrder('T3.rank DESC, dtb_classcategory2.rank DESC'); // XXX 
    383384        $arrRet = $objQuery->select($col, $table, '', $params); 
Note: See TracChangeset for help on using the changeset viewer.