Remove test print

This commit is contained in:
yfl
2018-10-12 09:49:55 +08:00
parent d72a662553
commit d1cd60221b
-1
View File
@@ -390,7 +390,6 @@ class todoModel extends model
->beginIF($limit > 0)->limit($limit)->fi()
->page($pager)
->query();
a($stmt);
/* Set session. */
$sql = explode('WHERE', $this->dao->get());
$sql = explode('ORDER', $sql[1]);