From c4199daf74fe924a74aedbce2ea160e2f6011ed4 Mon Sep 17 00:00:00 2001 From: chicpro Date: Mon, 8 Aug 2016 09:56:59 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AF=B8=EC=99=84=EB=A3=8C=EC=A3=BC=EB=AC=B8?= =?UTF-8?q?=EC=B2=98=EB=A6=AC=20=EC=BD=94=EB=93=9C=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/inorderformupdate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adm/shop_admin/inorderformupdate.php b/adm/shop_admin/inorderformupdate.php index 19ec50215..79b4e2f0f 100644 --- a/adm/shop_admin/inorderformupdate.php +++ b/adm/shop_admin/inorderformupdate.php @@ -29,7 +29,7 @@ if($w == 'd') { // 주문정보 $data = unserialize(base64_decode($od['dt_data'])); -$sql_common = " from {$g5['g5_shop_cart_table']} where od_id = '{$od['cart_id']}' and ct_status = '쇼핑' and ct_select = '1' "; +$sql_common = " from {$g5['g5_shop_cart_table']} where od_id = '{$od['cart_id']}' and ct_status = '쇼핑' "; // 주문금액 $sql = " select SUM(IF(io_type = 1, io_price, (ct_price + io_price)) * ct_qty) as od_price, COUNT(distinct it_id) as cart_count $sql_common ";