Commit 0f6567b9 authored by 蔡闯's avatar 蔡闯

修改社区新闻分类

parent 82c4f5fd
......@@ -17,7 +17,7 @@ class News extends Base
$news_type_id = Request::param('news_type_id');
$data['name'] = Request::param('name');
$data['sort_id'] = Request::param('sort_id');
$data['img'] = Request::param('img');
$data['pic'] = Request::param('pic');
if($news_type_id) {
$where['news_type_id'] = $news_type_id;
$where['village_id'] = $this->village_id;
......
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