바로구매 상품까지 uq_id 변경하는 오류 수정

This commit is contained in:
chicpro
2013-06-04 15:55:05 +09:00
parent 1a5bebd9cd
commit dc4d09496a

View File

@ -17,6 +17,7 @@ if($is_member) {
set uq_id = '$tmp_uq_id'
where mb_id = '{$member['mb_id']}'
and ct_status = '쇼핑'
and ct_direct = '0'
and ct_time > '$ctime' ";
sql_query($sql);
}