Commit 3f8938c2 authored by hujun's avatar hujun

desc

parent e643eb35
......@@ -169,6 +169,7 @@ class UPhoneFollowUpTemporary extends BaseModel
$data = Db::table($sql_string. ' a')
->limit($pageSize)
->page($pageNo)
->order('id desc')
->select();
return $data;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment