Changeset 13352
- Timestamp:
- 2007/05/24 10:15:24 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/admin/total/index.php
r13271 r13352 622 622 function lfGetOrderProducts($type, $sdate, $edate, $objPage, $graph = true, $mode = "") { 623 623 list($where, $arrval) = lfGetWhereMember('create_date', $sdate, $edate, $type); 624 625 $where .= " and del_flg=0 and status <> " . ORDER_CANCEL; 624 626 625 627 $sql = "SELECT T1.product_id, T1.product_code, T1.product_name as name, T1.products_count, T1.order_count, T1.price, T1.total ";
Note: See TracChangeset
for help on using the changeset viewer.