From cfabd5301df90c73fc90a172b67f730ff44ab1e7 Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 31 Jan 2013 10:23:28 +0900 Subject: [PATCH] =?UTF-8?q?=ED=8E=98=EC=9D=B4=EC=A7=80=20=EC=A0=91?= =?UTF-8?q?=EC=86=8D=20=EC=98=A4=EB=A5=98=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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/adm/shop_admin/index.php b/adm/shop_admin/index.php index 27205e16d..2316d1db5 100644 --- a/adm/shop_admin/index.php +++ b/adm/shop_admin/index.php @@ -33,7 +33,7 @@ include_once (G4_ADMIN_PATH.'/admin.head.php'); $sql = " select b.od_id, b.*, "._MISU_QUERY_." from {$g4['yc4_cart_table']} a - left join {$g4['yc4_order_table']} b on (a.uq_id="b".od_id) + left join {$g4['yc4_order_table']} b on (a.uq_id=b.od_id) group by b.od_id /*having misu <= 0 and b.od_invoice = '' and ordercancel = 0*/ /*having orderamount - receiptamount = 0 and b.od_invoice = ''*/ @@ -97,7 +97,7 @@ include_once (G4_ADMIN_PATH.'/admin.head.php'); $sql = " select b.od_id, b.*, "._MISU_QUERY_." from {$g4['yc4_cart_table']} a - left join {$g4['yc4_order_table']} b on (a.uq_id="b".od_id) + left join {$g4['yc4_order_table']} b on (a.uq_id=b.od_id) group by b.od_id /* having receiptamount <= 0 */ having misu > 0