Fix on webmodel
This commit is contained in:
parent
ecb10623ac
commit
5bd75a40bb
1 changed files with 1 additions and 1 deletions
|
|
@ -824,7 +824,7 @@ class Webmodel {
|
|||
|
||||
$this->conditions='WHERE 1=1';
|
||||
|
||||
$this->order_by='order by '.$this->idmodel.' ASC';
|
||||
$this->order_by=''; //'order by '.$this->idmodel.' ASC';
|
||||
|
||||
$this->limit='';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue