This commit is contained in:
suyl
2021-09-01 10:40:33 +08:00
parent dd0992a545
commit 433a14e935

View File

@@ -550,8 +550,8 @@ func GetStores(ctx *jxcontext.Context, keyword string, params map[string]interfa
SELECT SELECT
SQL_CALC_FOUND_ROWS SQL_CALC_FOUND_ROWS
DISTINCT t1.*, DISTINCT t1.*,
-- CAST(t1.lng AS DECIMAL(15,6))/1000000 float_lng, CAST(t1.lng AS DECIMAL(15,6))/1000000 float_lng,
-- CAST(t1.lat AS DECIMAL(15,6))/1000000 float_lat, CAST(t1.lat AS DECIMAL(15,6))/1000000 float_lat,
IF(mm.name <> '', mm.name, mm.user_id2) market_man_name, IF(mm.name <> '', mm.name, mm.user_id2) market_man_name,
bank.value payee_bank_name, bank.value payee_bank_name,
IF(om.name <> '', om.name, om.user_id2) operator_name, IF(om.name <> '', om.name, om.user_id2) operator_name,