= DATE_ADD(now(), INTERVAL '-".LIMIT_TIME_TENDER."' HOUR) "; $sql = $sql. " and s.ds_area in ( select SUBSTRING_INDEX (SUBSTRING_INDEX(nm_area,',',numbers.n),',',-1) from (select 1 n union all select 2 union all select 3 union all select 4 union all select 5 union all select 6 union all select 7 union all select 8 union all select 9 union all select 10 union all select 11 union all select 12 union all select 13 union all select 14 union all select 15 union all select 16 union all select 17 union all select 18 union all select 19 union all select 20 ) numbers INNER JOIN dealer_master on CHAR_LENGTH ( nm_area ) - CHAR_LENGTH ( REPLACE ( nm_area , ',' , '' ))>= numbers . n-1 where cd_dealer = $s_cd_dealer_p ) "; } if($s_ds_type == "D0"){ //딜러 $sql_ds_type = " and cd_dealer_p = '$s_cd_dealer' "; }else{ //딜러-관리자 $sql_ds_type = " and cd_dealer = '$s_cd_dealer' "; } if($searchword != ""){ if($searchtype=="" || $searchtype==null){ $sql = $sql. " and (s.nm_name like '$searchword%' or a.nm_number like '$searchword%') "; }else{ $sql = $sql. " and $searchtype like '$searchword%'"; } } if($ds_usertype != ""){ $sql = $sql. " and s.ds_usertype = '$ds_usertype'"; } if($ds_status == "E0"){ //딜러 업체 소속 입찰 건이 2건 보다 작을 시만 입찰 요청 건에 보이게 한다. //입찰하지 않은 판매건 $sql = $sql. " and s.ds_status in ('E0','F0')"; $sql = $sql. " and s.cd_sale not in (select cd_sale from tender_master where ds_delind = 'N' and cd_dealer_p = '$s_cd_dealer_p' group by cd_sale having count(*) > 1)"; //딜러 업체 소속 입찰 건이 2건 보다 작을 시만 입찰 요청 건에 보이게 한다. if($s_ds_type == "D1"){ //딜러-관리자 $sql = $sql. " and s.cd_sale not in (select cd_sale from tender_master where ds_delind = 'N' and cd_dealer = '$s_cd_dealer' group by cd_sale)"; //본인 입찰 건 제외한 입찰 건 } }else{ if($ds_status == "F0"){ //입찰 중인 판매건 $sql = $sql. " and s.ds_status in ('E0','F0')"; $sql = $sql. " and s.cd_sale in (select cd_sale from tender_master where ds_delind = 'N' ".$sql_ds_type." group by cd_sale)"; }else if($ds_status == "Z0"){ //낙찰된 판매건 $sql = $sql. " and s.ds_status in ('Z0')"; $sql = $sql. " and s.cd_sale in (select cd_sale from tender_master where ds_delind = 'N' and ds_status in ('Z0') ".$sql_ds_type." group by cd_sale)"; }else if($ds_status == "ZS"){ //구매 확정된 판매건 // $sql = $sql. " and s.ds_status in ('Z0')"; // $sql = $sql. " and s.ds_status_contract in ('Z0')"; $sql = $sql. " and s.ds_status in ('ZS')"; $sql = $sql. " and s.cd_sale in (select cd_sale from tender_master where ds_delind = 'N' and ds_status in ('Z0') ".$sql_ds_type." group by cd_sale)"; }else{ $sql = $sql. " and 1!=1 "; } } if($ds_status == "E0"){ $nm_title = "입찰대기 리스트"; }else if($ds_status == "F0"){ $nm_title = "입찰중 리스트"; }else if($ds_status == "Z0"){ $nm_title = "낙찰 리스트"; }else if($ds_status == "ZS"){ $nm_title = "구매확정 리스트"; } $totalrows = @mysql_result(mysql_query("select count(*) from sale_master s inner join car_master a on ( s.cd_car = a.cd_car ) $sql"),0,0); ?>

마이페이지

쉽고 간편한 내차팔기, 견적산출, 최종 매각까지 어떤 수수료도 요구하지 않습니다.