Pu Zhibing
2024-10-21 f08b7e95bc941a72d4a7b7bc64c2086ed53f1565
UserIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/IOpenCityBusinessService.java
@@ -11,13 +11,10 @@
    /**
     * 获取业务类型
     * @param province  省名
     * @param city      市名称
     * @param district  区县名称
     * @return
     * @throws Exception
     */
    List<BaseWarpper> queryBusiness(String province, String city, String district) throws Exception;
    List<BaseWarpper> queryBusiness(Integer uid, Double lat, Double lnt, Integer language) throws Exception;
    /**
@@ -26,5 +23,5 @@
     * @return
     * @throws Exception
     */
    List<BaseWarpper> queryBusinessById(Integer id) throws Exception;
    List<BaseWarpper> queryBusinessById(Integer id, Integer language) throws Exception;
}