From bd6b419b58eef18cfcb5da6222d00e6f88d5166c Mon Sep 17 00:00:00 2001 From: Pu Zhibing <393733352@qq.com> Date: 星期六, 09 十一月 2024 15:54:25 +0800 Subject: [PATCH] 修改bug和翻译 --- UserIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/IPhoneService.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/UserIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/IPhoneService.java b/UserIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/IPhoneService.java index 083bb62..88089c2 100644 --- a/UserIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/IPhoneService.java +++ b/UserIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/IPhoneService.java @@ -13,7 +13,7 @@ * @return * @throws Exception */ - List<Phone> queryPhones(Double lat, Double lnt) throws Exception; + List<Phone> queryPhones(Integer uid, Double lat, Double lnt) throws Exception; /** @@ -21,5 +21,5 @@ * @return * @throws Exception */ - Map<String, Object> queryCustomerPhone(Double lat, Double lnt) throws Exception; + Map<String, Object> queryCustomerPhone(Integer uid, Double lat, Double lnt) throws Exception; } -- Gitblit v1.7.1