Commit 5494c6d3 authored by zhuwei's avatar zhuwei

1

parent 5f6cabff
...@@ -58,10 +58,10 @@ class Notice extends Basic ...@@ -58,10 +58,10 @@ class Notice extends Basic
} }
if (is_numeric($this->params['auth_group_id'])) { if (is_numeric($this->params['auth_group_id'])) {
$where['a.auth_group_id'] = $this->params['auth_group_id']; $where['b.auth_group_id'] = $this->params['auth_group_id'];
} }
$field = 'a.id,a.title,a.content,a.create_time,a.create_time,a.auth_group_id,b.name'; $field = 'a.id,a.title,a.content,a.create_time,a.create_time,b.auth_group_id,b.name';
$where['a.status'] = 0; $where['a.status'] = 0;
$where['a.type'] = 1; $where['a.type'] = 1;
......
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