From 7b194664aa2d7db101afaa6a28d5f54ec71dd0f8 Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 25 Sep 2014 10:41:46 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B0=B0=EC=86=A1=EC=BF=A0=ED=8F=B0=20?= =?UTF-8?q?=EC=B5=9C=EC=86=8C=EA=B8=88=EC=95=A1=20=EC=B2=B4=ED=81=AC=20?= =?UTF-8?q?=EC=BD=94=EB=93=9C=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/shop/orderform.php | 3 ++- shop/orderform.php | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/mobile/shop/orderform.php b/mobile/shop/orderform.php index 23bf667b4..fd0a6c83c 100644 --- a/mobile/shop/orderform.php +++ b/mobile/shop/orderform.php @@ -488,7 +488,8 @@ require_once(G5_MSHOP_PATH.'/'.$default['de_pg_service'].'/orderform.1.php'); where mb_id IN ( '{$member['mb_id']}', '전체회원' ) and cp_method = '3' and cp_start <= '".G5_TIME_YMD."' - and cp_end >= '".G5_TIME_YMD."' "; + and cp_end >= '".G5_TIME_YMD."' + and cp_minimum <= '$tot_sell_price' "; $res = sql_query($sql); for($k=0; $cp=sql_fetch_array($res); $k++) { diff --git a/shop/orderform.php b/shop/orderform.php index 6dbda2e78..6685a7ca8 100644 --- a/shop/orderform.php +++ b/shop/orderform.php @@ -513,7 +513,8 @@ require_once('./'.$default['de_pg_service'].'/orderform.1.php'); where mb_id IN ( '{$member['mb_id']}', '전체회원' ) and cp_method = '3' and cp_start <= '".G5_TIME_YMD."' - and cp_end >= '".G5_TIME_YMD."' "; + and cp_end >= '".G5_TIME_YMD."' + and cp_minimum <= '$tot_sell_price' "; $res = sql_query($sql); for($k=0; $cp=sql_fetch_array($res); $k++) {