From f432f6dc912722a594dd3d682ddd9a93a1103f77 Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 11 Jul 2013 16:37:02 +0900 Subject: [PATCH] =?UTF-8?q?#252=20=EC=B2=98=EB=A6=AC=20=EC=A4=91=20?= =?UTF-8?q?=EC=9A=94=EC=B2=AD=20=EC=B2=B4=ED=81=AC=20=EC=BF=BC=EB=A6=AC=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/orderrequestupdate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shop/orderrequestupdate.php b/shop/orderrequestupdate.php index ef58d2971..58074bf8c 100644 --- a/shop/orderrequestupdate.php +++ b/shop/orderrequestupdate.php @@ -27,7 +27,7 @@ if (!$od['od_id']) { alert("존재하는 주문이 아닙니다."); } -$sql = " select count(*) as cnt from {$g4['shop_request_table']} where rq_type = '$rq_type' and od_id = '$od_id' and rq_status = '0' "; +$sql = " select count(*) as cnt from {$g4['shop_request_table']} where od_id = '$od_id' and rq_status = '0' "; $rq = sql_fetch($sql); if($rq['cnt'])