@@ -227,7 +227,7 @@ class UserAddressLogic extends BaseLogic
}
public static function getSpecialAreaInfo($id){
$where[]=['id','=',$id];
- $info = SpecialArea::where($where)->findOrEmpty();
+ $info = SpecialArea::where($where)->find()->toArray();
return $info;