바로구매 상품까지 uq_id 변경하는 오류 수정
This commit is contained in:
@ -17,6 +17,7 @@ if($is_member) {
|
|||||||
set uq_id = '$tmp_uq_id'
|
set uq_id = '$tmp_uq_id'
|
||||||
where mb_id = '{$member['mb_id']}'
|
where mb_id = '{$member['mb_id']}'
|
||||||
and ct_status = '쇼핑'
|
and ct_status = '쇼핑'
|
||||||
|
and ct_direct = '0'
|
||||||
and ct_time > '$ctime' ";
|
and ct_time > '$ctime' ";
|
||||||
sql_query($sql);
|
sql_query($sql);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user