From cfc6a4c26ceb27a0b573c5ee0d76854196abd69b Mon Sep 17 00:00:00 2001 From: chicpro Date: Mon, 26 Aug 2013 10:12:23 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B0=B0=EC=86=A1=EC=9D=BC=EA=B4=84=EC=B2=98?= =?UTF-8?q?=EB=A6=AC=EC=97=90=EC=84=9C=20od=5Fid=20=EC=A4=91=EB=B3=B5?= =?UTF-8?q?=EC=9C=BC=EB=A1=9C=20=EC=9D=B8=ED=95=9C=20sql=20=EC=98=A4?= =?UTF-8?q?=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/deliverylist.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/adm/shop_admin/deliverylist.php b/adm/shop_admin/deliverylist.php index fc81c82f7..f7db663cc 100644 --- a/adm/shop_admin/deliverylist.php +++ b/adm/shop_admin/deliverylist.php @@ -39,7 +39,7 @@ $sql_common = " from {$g4['shop_order_table']} a // 테이블의 전체 레코드수만 얻음 if ($chk_misu) { - $sql = " select od_id, a.*, "._MISU_QUERY_." $sql_common group by od_id having misu <= 0 "; + $sql = " select a.od_id, a.*, "._MISU_QUERY_." $sql_common group by od_id having misu <= 0 "; $result = sql_query($sql); $total_count = mysql_num_rows($result); } @@ -90,13 +90,13 @@ if ($search) // 검색렬일 때만 처음 버튼을 보여줌 - - + +