无关风月
2024-10-11 48effdca685a209c19dd2a0ccd456470a895784b
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;
    /**
@@ -25,4 +28,16 @@
     * @return
     */
    Integer querySumTime(Integer driverId, Integer assessment, Date start, Date end);
    /**
     * 定时检测司机是否连续接单
     */
    void deductionDuration();
    /**
     * 定时检测司机是否连续接单
     */
    void deductionDuration1();
}