Ignore:
Timestamp:
2013/08/31 23:34:53 (11 years ago)
Author:
shutta
Message:

#2364 (商品一覧> 一部の環境にて並べ替えが機能しない)
原因となった不要なGROUP BY句を削除。

File:
1 edited

Legend:

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

    r23124 r23176  
    7878        $table = 'dtb_products AS alldtl'; 
    7979 
    80         $objQuery->setGroupBy('alldtl.product_id'); 
    8180        if (is_array($this->arrOrderData) and $objQuery->order == '') { 
    8281            $o_col = $this->arrOrderData['col']; 
Note: See TracChangeset for help on using the changeset viewer.