puzhibing
2023-07-05 7a14e1592dd0c2cfd6cd4e8b11f95c9f46f2ffe7
UserIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/IOpenCityBusinessService.java
@@ -14,7 +14,7 @@
     * @return
     * @throws Exception
     */
    List<BaseWarpper> queryBusiness(Double lat, Double lnt) throws Exception;
    List<BaseWarpper> queryBusiness(Double lat, Double lnt, Integer language) throws Exception;
    /**
@@ -23,5 +23,5 @@
     * @return
     * @throws Exception
     */
    List<BaseWarpper> queryBusinessById(Integer id) throws Exception;
    List<BaseWarpper> queryBusinessById(Integer id, Integer language) throws Exception;
}