DriverIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/IDriverService.java
@@ -115,7 +115,7 @@ * @return * @throws Exception */ Map<String, Object> queryHomeData(Integer uid) throws Exception; Map<String, Object> queryHomeData(Integer uid, Integer language) throws Exception; /** @@ -269,7 +269,7 @@ * @return * @throws Exception */ List<ActivityWarpper> queryMyActivity(Integer uid, Date time) throws Exception; List<ActivityWarpper> queryMyActivity(Integer uid, Date time, Integer language) throws Exception; /**