|
@@ -222,7 +222,7 @@ class UserAddressLogic extends BaseLogic
|
|
|
|
|
|
|
|
public static function getSpecialAreaLists(){
|
|
public static function getSpecialAreaLists(){
|
|
|
$where[]=['is_show','=',1];
|
|
$where[]=['is_show','=',1];
|
|
|
- $list = SpecialArea::where($where)->order('sort desc,id desc')->select()->toArray();
|
|
|
|
|
|
|
+ $list = SpecialArea::field('id,name')->where($where)->order('sort desc,id desc')->select()->toArray();
|
|
|
return $list;
|
|
return $list;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|