Commit ec18dd5d authored by zw's avatar zw

活动添加修改获取

parent 891f36df
...@@ -83,6 +83,7 @@ class CActivity extends Model ...@@ -83,6 +83,7 @@ class CActivity extends Model
$result = $this->db_ $result = $this->db_
->field($field) ->field($field)
->where($params) ->where($params)
->order("id desc")
->page($pageNo) ->page($pageNo)
->limit($pageSize) ->limit($pageSize)
->select(); ->select();
......
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