Revert "order 字段名添加分隔符"
This commit is contained in:
parent
12f98dd0f5
commit
564578aefb
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ class CronHandler extends Model{
|
|||
public $notifiedUid = [];
|
||||
|
||||
public function __construct(){
|
||||
$this->cornTasks = Db::name('corn')->where('enable',1)->order('`rank` desc')->select();
|
||||
$this->cornTasks = Db::name('corn')->where('enable',1)->order('rank desc')->select();
|
||||
$this->timeNow = time();
|
||||
}
|
||||
|
||||
|
@ -123,4 +123,4 @@ class CronHandler extends Model{
|
|||
}
|
||||
|
||||
}
|
||||
?>
|
||||
?>
|
Loading…
Add table
Reference in a new issue