Changeset 4842 for temp/trunk/html/admin/total/index.php
- Timestamp:
- 2006/09/17 13:15:24 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/total/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/total/index.php
r4817 r4842 581 581 list($where, $arrval) = lfGetWhereMember('create_date', $sdate, $edate, $type); 582 582 583 $sql = "SELECT product_id, T1.product_code, T2.name, T1.products_count, T1.order_count, T1.price, T1.total ";583 $sql = "SELECT T1.product_id, T1.product_code, T2.name, T1.products_count, T1.order_count, T1.price, T1.total "; 584 584 $sql.= "FROM ( "; 585 585 $sql.= "SELECT product_id, product_code, price, ";
Note: See TracChangeset
for help on using the changeset viewer.
