|
...
|
...
|
@@ -24,7 +24,7 @@ class ServiceLogic extends BaseLogic |
|
|
|
*/
|
|
|
|
public function serviceLists($map){
|
|
|
|
$map['type'] = 1;
|
|
|
|
$lists = $this->model->list($map);
|
|
|
|
$lists = $this->model->list($map,'created_at');
|
|
|
|
foreach ($lists as $k => $v){
|
|
|
|
switch ($v['key']){
|
|
|
|
case 'images':
|
...
|
...
|
|