mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
파일관리 모듈에 다운로드 갯수 이하를 검색할 수 있도록 개선
This commit is contained in:
parent
5a2fe66063
commit
01ffc52239
12 changed files with 15 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue