Commit 0ec159ac authored by zhuwei's avatar zhuwei

商铺查看倒叙

parent 7b0a1099
...@@ -44,7 +44,7 @@ class TLookShopModel extends Model ...@@ -44,7 +44,7 @@ class TLookShopModel 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