Changeset 4670 for temp/trunk/html


Ignore:
Timestamp:
2006/09/13 10:54:04 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/home.php

    r4669 r4670  
    136136    $col.= "(SELECT det.product_name FROM dtb_order_detail AS det WHERE ord.order_id = det.order_id LIMIT 1) AS product_name, "; 
    137137    $col.= "(SELECT pay.payment_method FROM dtb_payment AS pay WHERE ord.payment_id = pay.payment_id) AS payment_method, ";  
    138     $col.= "to_char(create_date, 'YYYY/MM/DD HH24:MI') AS create_date"; 
     138//  $col.= "to_char(create_date, 'YYYY/MM/DD HH24:MI') AS create_date"; 
     139    $col.= "cast(create_date as date) AS create_date"; 
    139140    $from = "dtb_order AS ord"; 
    140141    $where = "del_flg = 0"; 
Note: See TracChangeset for help on using the changeset viewer.