Commit 0ec159ac authored by zhuwei's avatar zhuwei

商铺查看倒叙

parent 7b0a1099
......@@ -44,7 +44,7 @@ class TLookShopModel extends Model
->where($condition)
->page($pageNo)
->limit($pageSize)
//->order("id desc")
->order("id desc")
->select();
}
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