Commit ec18dd5d authored by zw's avatar zw

活动添加修改获取

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