Pu Zhibing
2025-04-02 d36376f732544c5ecfb59eff3eea8ab087d1a1f4
DriverIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/IDriverOnlineService.java
@@ -14,6 +14,9 @@
     * @throws Exception
     */
    void addDriverOnline(Integer driverId) throws Exception;
    void addDriverOnline1(Integer driverId) throws Exception;
    /**
@@ -31,4 +34,10 @@
     * 定时检测司机是否连续接单
     */
    void deductionDuration();
    /**
     * 定时检测司机是否连续接单
     */
    void deductionDuration1();
}