Commit b6f549a7 by 庄欣

fix bug

parent a0400d49
......@@ -37,11 +37,5 @@ class City extends ControllerBase
return parent::show($id, $query, false);
}
protected function after_hook($res)
{
if(!empty($res)) {
return $res[0];
}
return $res;
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment