Commit 164ba8d6 authored by hujun's avatar hujun

公告

parent 55a17904
......@@ -57,7 +57,7 @@ class Notice extends Basic
$where['a.title'] = ['LIKE', '%' . $this->params['title'] . '%'];
}
$field = 'a.id,a.title,a.content,a.create_time,a.create_time,annex_file_name,b.name';
$field = 'a.id,a.title,a.content,a.create_time,a.create_time,b.name';
$where['a.status'] = 0;
$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