select *, (select savename from repair_shop_file where shop_idx = A.idx order by idx asc limit 1) as savename, (select count(idx) as cnt from repair_shop_review where shop_idx = A.idx and is_delete = 0) as review_count, ifnull(round(( 6371 * acos( cos(radians()) * cos(radians(lat)) * cos(radians(lng) - radians()) + sin(radians()) * sin(radians(lat)) ) )), 0) AS distance from repair_shop as A where 1 = 1 and is_delete = 0 and type = '0' order by distance asc limit 20 offset 0

1582 : Incorrect parameter count in the call to native function 'radians'

error file : /service/repair_shop_list.php