Changeset 20239


Ignore:
Timestamp:
2011/02/20 06:38:57 (13 years ago)
Author:
shutta
Message:

refs #1013
商品別集計のPostgreSQLでのエラーを修正。
修正部分のコメントにある要indexってなんだろうか?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/pages/admin/total/LC_Page_Admin_Total.php

    r20238 r20239  
    544544 
    545545        // 要index 
    546         //$objQuery->setGroupBy('product_id, product_name, product_code, price'); 
    547         $objQuery->setGroupBy('product_id'); 
     546        $objQuery->setGroupBy('product_id, product_name, product_code, price'); 
     547        //$objQuery->setGroupBy('product_id'); 
    548548        $objQuery->setOrder('total DESC'); 
    549549        $arrTotalResults = $objQuery->select($col, $from, $where, $arrval); 
Note: See TracChangeset for help on using the changeset viewer.