Commit 3f8938c2 authored by hujun's avatar hujun

desc

parent e643eb35
...@@ -169,6 +169,7 @@ class UPhoneFollowUpTemporary extends BaseModel ...@@ -169,6 +169,7 @@ class UPhoneFollowUpTemporary extends BaseModel
$data = Db::table($sql_string. ' a') $data = Db::table($sql_string. ' a')
->limit($pageSize) ->limit($pageSize)
->page($pageNo) ->page($pageNo)
->order('id desc')
->select(); ->select();
return $data; 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