This commit is contained in:
@@ -263,6 +263,11 @@ class M701Model extends Model
|
||||
}
|
||||
}
|
||||
|
||||
// 매물종류
|
||||
if (!empty($data['rlet_type_cd'])) {
|
||||
$sql .= "AND a.rlet_type_cd = '{$data['rlet_type_cd']}' ";
|
||||
}
|
||||
|
||||
// 참고파일
|
||||
if (!empty($data['reference_file_url_yn'])) {
|
||||
$sql .= "AND a.reference_file_url_yn = '{$data['a.reference_file_url_yn']}' ";
|
||||
@@ -478,6 +483,11 @@ class M701Model extends Model
|
||||
}
|
||||
}
|
||||
|
||||
// 매물종류
|
||||
if (!empty($data['rlet_type_cd'])) {
|
||||
$sql .= "AND a.rlet_type_cd = '{$data['rlet_type_cd']}' ";
|
||||
}
|
||||
|
||||
// 참고파일
|
||||
if (!empty($data['reference_file_url_yn'])) {
|
||||
$sql .= "AND a.reference_file_url_yn = '{$data['a.reference_file_url_yn']}' ";
|
||||
|
||||
Reference in New Issue
Block a user