Ignore:
Timestamp:
2012/02/14 15:10:54 (14 years ago)
Author:
Seasoft
Message:

#1641 (商品規格における木構造の廃止)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/helper/SC_Helper_DB.php

    r21481 r21502  
    14381438 
    14391439        $objQuery =& SC_Query_Ex::getSingletonInstance(); 
    1440         $where = 'product_id = ? AND del_flg = 0 AND class_combination_id IS NOT NULL'; 
     1440        $where = 'product_id = ? AND del_flg = 0 AND classcategory_id1 != 0 AND classcategory_id2 != 0'; 
    14411441        $exists = $objQuery->exists('dtb_products_class', $where, array($product_id)); 
    14421442 
Note: See TracChangeset for help on using the changeset viewer.