From 2380f9e2ae41619016de1c8929c27c151b1c5035 Mon Sep 17 00:00:00 2001 From: chicpro Date: Mon, 18 Nov 2013 16:14:10 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B2=B0=EC=A0=9C=EC=88=98=EB=8B=A8=EB=B3=84?= =?UTF-8?q?=20=EA=B8=88=EC=95=A1=EC=97=90=EC=84=9C=20=EC=BF=A0=ED=8F=B0=20?= =?UTF-8?q?=EA=B8=88=EC=95=A1=20=EB=94=B0=EB=A1=9C=20=EA=B3=84=EC=82=B0?= =?UTF-8?q?=ED=95=98=EB=8F=84=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/shop_admin/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adm/shop_admin/index.php b/adm/shop_admin/index.php index 4e2ed0f4b..fd7472c1e 100644 --- a/adm/shop_admin/index.php +++ b/adm/shop_admin/index.php @@ -63,7 +63,7 @@ function get_order_settle_sum($date) // 결제수단별 합계 foreach($case as $val) { - $sql = " select sum(od_cart_price + od_send_cost + od_send_cost2) as price, + $sql = " select sum(od_cart_price + od_send_cost + od_send_cost2 - od_cart_coupon - od_coupon - od_send_coupon) as price, count(*) as cnt from {$g5['g5_shop_order_table']} where SUBSTRING(od_time, 1, 10) = '$date'