mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
fanbinit 0205
This commit is contained in:
parent
ba8bbda74b
commit
f343dff713
16 changed files with 47 additions and 24 deletions
|
|
@ -261,6 +261,7 @@ class DocumentModel extends Document
|
|||
else
|
||||
{
|
||||
self::_setSearchOption($obj, $args, $query_id, $use_division);
|
||||
debugPrint($args);
|
||||
$output = executeQueryArray($query_id, $args, $args->columnList);
|
||||
}
|
||||
|
||||
|
|
@ -1430,6 +1431,10 @@ class DocumentModel extends Document
|
|||
{
|
||||
$args->s_voted_count = intval($searchOpt->s_voted_count);
|
||||
}
|
||||
if (isset($searchOpt->s_readed_count) && $searchOpt->s_readed_count > 0)
|
||||
{
|
||||
$args->s_readed_count = intval($searchOpt->s_readed_count);
|
||||
}
|
||||
|
||||
// get directly module_srl by mid
|
||||
if(isset($searchOpt->mid) && $searchOpt->mid)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue