Commit 3596d5a2 by Jansa Jose

get near mechanice

parent 19d3c89e
......@@ -454,7 +454,7 @@ class Webservice_model extends CI_Model {
return 0;
}
foreach ($mechData as $key => $value) {
$mechData[$key]['distance'] = (float)$value['distance'];
$mechData[$key]['distance'] = round((float)$value['distance'],2);
$mechData[$key]['review'] = [];
$this->db->order_by('id','DESC');
$this->db->limit('2','0');
......
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