Commit b1420971 authored by hujun's avatar hujun

倒序

parent fd3a5df0
...@@ -42,7 +42,7 @@ class TLookShopUser extends Model ...@@ -42,7 +42,7 @@ class TLookShopUser extends Model
->where($condition) ->where($condition)
->page($pageNo) ->page($pageNo)
->limit($pageSize) ->limit($pageSize)
//->order("id desc") ->order("id desc")
->select(); ->select();
} }
public function getListCount($condition, $field) public function getListCount($condition, $field)
......
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