념글모드 테스트

This commit is contained in:
Lastorder 2024-06-23 20:49:19 +09:00 committed by GitHub
parent 88d65d52a9
commit 6af71f7940
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

View file

@ -1426,6 +1426,10 @@ class DocumentModel extends Document
$args->s_is_notice = ($searchOpt->except_notice ?? false) ? 'N' : null;
$args->statusList = $searchOpt->statusList ?? array(self::getConfigStatus('public'), self::getConfigStatus('secret'));
$args->columnList = $searchOpt->columnList ?? array();
if (isset($searchOpt->s_voted_count) && $searchOpt->s_voted_count > 0)
{
$args->s_voted_count = intval($searchOpt->s_voted_count);
}
// get directly module_srl by mid
if(isset($searchOpt->mid) && $searchOpt->mid)