driver/guns-admin/src/main/java/com/supersavedriving/driver/modular/system/service/IOrderService.java
@@ -153,7 +153,7 @@ * @return * @throws Exception */ ResultUtil setOrderStatus(Integer uid, Long orderId, Integer state) throws Exception; ResultUtil setOrderStatus(Integer uid, Long orderId, Integer payType, Integer state) throws Exception; /** @@ -197,4 +197,10 @@ * @throws Exception */ List<MyAchievementWarpper> queryMyAchievement(Integer driverId, String time) throws Exception; /** * 主动完成线下收款 */ void completeCollection(); }