作者 lyh

gx

@@ -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':