@@ -456,7 +456,7 @@ class GhsController extends BaseController
// WGS84 → GCJ-02 转换
$re = \common\components\mapUtil::wgs84ToGcj02($toLnt, $toLat);
$toLat = $re['lat'];
- $toLnt = $re['lnt'];
+ $toLnt = $re['lng'];
}
$where = [];