Ignore:
Timestamp:
2014/05/08 19:04:13 (10 years ago)
Author:
Seasoft
Message:

#2538 (商品一覧取得のDB処理で商品規格を全件処理している)

  • [eccube-dev:94] 対応(試行)
File:
1 edited

Legend:

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

    r23404 r23406  
    654654                    LEFT JOIN dtb_maker 
    655655                        ON dtb_products.maker_id = dtb_maker.maker_id 
     656                WHERE EXISTS(SELECT * $sub_base) 
    656657            ) AS alldtl 
    657658__EOS__; 
Note: See TracChangeset for help on using the changeset viewer.