파일관리 모듈에 다운로드 갯수 이하를 검색할 수 있도록 개선

This commit is contained in:
BJRambo 2022-12-18 01:15:30 +09:00
parent 5a2fe66063
commit 01ffc52239
12 changed files with 15 additions and 1 deletions

View file

@ -204,6 +204,9 @@ class fileAdminModel extends file
case 'download_count' :
$args->s_download_count = (int)$search_keyword;
break;
case 'download_count_less' :
$args->s_download_count_less = (int)$search_keyword;
break;
case 'regdate' :
$args->s_regdate = $search_keyword;
break;