From 77f4d077f744986a4df8a9c53bf79dd6a0bc024a Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 11 Jun 2013 14:00:46 +0900 Subject: [PATCH] =?UTF-8?q?#221=20=EC=95=84=EC=9D=B4=EB=94=94=20=ED=81=B4?= =?UTF-8?q?=EB=A6=AD=EC=8B=9C=20=EC=BF=BC=EB=A6=AC=20=EC=98=A4=EB=A5=98=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 --- adm/shop_admin/orderlist.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/adm/shop_admin/orderlist.php b/adm/shop_admin/orderlist.php index b72336491..0da2e4da1 100644 --- a/adm/shop_admin/orderlist.php +++ b/adm/shop_admin/orderlist.php @@ -13,6 +13,9 @@ if ($search != "") { if ($sel_field != "") { + if($sel_field == 'mb_id') + $sel_field = 'a.'.$sel_field; + $sql_search .= " $where $sel_field like '%$search%' "; $where = " and "; }