Changeset 4950 for temp/trunk
- Timestamp:
- 2006/09/17 21:48:24 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 3 edited
-
data/Smarty/templates/admin/home.tpl (modified) (previous)
-
html/admin/home.php (modified) (1 diff)
-
html/shopping/complete.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/home.php
r4923 r4950 143 143 $col.= "(SELECT det.product_name FROM dtb_order_detail AS det WHERE ord.order_id = det.order_id LIMIT 1) AS product_name, "; 144 144 $col.= "(SELECT pay.payment_method FROM dtb_payment AS pay WHERE ord.payment_id = pay.payment_id) AS payment_method, "; 145 $col.= "c ast(create_date as date)AS create_date";145 $col.= "create_date AS create_date"; 146 146 $from = "dtb_order AS ord"; 147 147 $where = "del_flg = 0"; -
temp/trunk/html/shopping/complete.php
r4949 r4950 314 314 } 315 315 $sqlval['create_date'] = 'now()'; // ¼õÃíÆü 316 $sqlval['commit_date'] = 'null'; // ¼õÃíÆü317 316 318 317 // INSERT¤Î¼Â¹Ô
Note: See TracChangeset
for help on using the changeset viewer.
