shop 테이블명 g5_shop 으로 변경
This commit is contained in:
@ -8,7 +8,7 @@ $price = $_POST['price'];
|
||||
|
||||
// 쿠폰정보
|
||||
$sql = " select *
|
||||
from {$g5['shop_coupon_table']}
|
||||
from {$g5['g5_shop_coupon_table']}
|
||||
where mb_id IN ( '{$member['mb_id']}', '전체회원' )
|
||||
and cp_method = '2'
|
||||
and cp_start <= '".G5_TIME_YMD."'
|
||||
|
||||
Reference in New Issue
Block a user