puzhibing
2023-08-03 6982ea4c0a5550b3c88670df87539a91287b115d
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;
    /**