Changeset 20225 for branches


Ignore:
Timestamp:
2011/02/20 03:01:09 (16 years ago)
Author:
tao
Message:

refs #982 リファクタリング 商品一覧

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/pages/products/LC_Page_Products_List.php

    r20224 r20225  
    266266                                USING (category_id) 
    267267                        WHERE T2.product_id = alldtl.product_id 
    268                         ORDER BY T2.rank DESC, T3.rank DESC 
     268                        ORDER BY T3.rank DESC, T2.rank DESC 
    269269                        LIMIT 1 
    270270                    ) DESC 
Note: See TracChangeset for help on using the changeset viewer.