아파트단지 상세 파일업로드 추가

This commit is contained in:
yangsh
2025-12-26 09:28:39 +09:00
parent 6b7e8ad386
commit db8e33f10d
6 changed files with 1114 additions and 82 deletions

View File

@@ -32,7 +32,7 @@ class CodeModel extends Model
->getResultArray();
}
public function getCategoryCodeList($category = array(), $useYn = '')
public function getCategoryCodeList($category = [], $useYn = '')
{
$this->db->select('category, cd, cd_nm, use_yn');
$this->db->from('codes');