正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -24,7 +24,7 @@ class ServiceLogic extends BaseLogic | @@ -24,7 +24,7 @@ class ServiceLogic extends BaseLogic | ||
| 24 | */ | 24 | */ |
| 25 | public function serviceLists($map){ | 25 | public function serviceLists($map){ |
| 26 | $map['type'] = 1; | 26 | $map['type'] = 1; |
| 27 | - $lists = $this->model->list($map); | 27 | + $lists = $this->model->list($map,'created_at'); |
| 28 | foreach ($lists as $k => $v){ | 28 | foreach ($lists as $k => $v){ |
| 29 | switch ($v['key']){ | 29 | switch ($v['key']){ |
| 30 | case 'images': | 30 | case 'images': |
-
请 注册 或 登录 后发表评论