#252 처리 중 요청 체크 쿼리 수정

This commit is contained in:
chicpro
2013-07-11 16:37:02 +09:00
parent d38a67dc3a
commit f432f6dc91

View File

@ -27,7 +27,7 @@ if (!$od['od_id']) {
alert("존재하는 주문이 아닙니다.");
}
$sql = " select count(*) as cnt from {$g4['shop_request_table']} where rq_type = '$rq_type' and od_id = '$od_id' and rq_status = '0' ";
$sql = " select count(*) as cnt from {$g4['shop_request_table']} where od_id = '$od_id' and rq_status = '0' ";
$rq = sql_fetch($sql);
if($rq['cnt'])