From 53b6400ec10c8ca61ccec91c82c358d2488eead8 Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期五, 20 十二月 2024 09:50:39 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- server/visits/dmvisit_service/src/main/java/com/doumee/service/business/PlatformJobService.java | 32 +++++++++++++++++++++++++++++--- 1 files changed, 29 insertions(+), 3 deletions(-) diff --git a/server/visits/dmvisit_service/src/main/java/com/doumee/service/business/PlatformJobService.java b/server/visits/dmvisit_service/src/main/java/com/doumee/service/business/PlatformJobService.java index 0ea961a..e9eb5d6 100644 --- a/server/visits/dmvisit_service/src/main/java/com/doumee/service/business/PlatformJobService.java +++ b/server/visits/dmvisit_service/src/main/java/com/doumee/service/business/PlatformJobService.java @@ -5,12 +5,14 @@ import com.doumee.core.model.PageWrap; import com.doumee.dao.business.model.Platform; import com.doumee.dao.business.model.PlatformJob; +import com.doumee.dao.business.vo.LargeScreenDataVO; import com.doumee.dao.openapi.request.*; import com.doumee.dao.openapi.response.*; import com.doumee.dao.web.reqeust.*; import com.doumee.dao.web.response.DriverHomeVO; import com.doumee.dao.web.response.LineUpVO; import com.doumee.dao.web.response.PlatformWorkVO; +import com.doumee.dao.web.response.platformReport.WholeProvinceBoardVO; import java.util.List; @@ -114,7 +116,7 @@ DriverHomeVO getDriverHome(LoginUserInfo loginUserInfo); /** - * 璺濈绛惧埌 + * 璺濈绛惧埌路 * @param signInDTO */ void signIn(SignInDTO signInDTO); @@ -167,7 +169,7 @@ * 鏈堝彴杩囧彿 * @param jobOperateDTO */ - void platformOverNumber(JobOperateDTO jobOperateDTO); + PlatformJob platformOverNumber(JobOperateDTO jobOperateDTO); /** * 寮傚父鎸傝捣 @@ -215,7 +217,6 @@ */ PlatformWorkVO getPlatformWorkVOById(Integer platformId); - PlatformOrderNumByDateResponse orderNumByDate(PlatformOrderNumByDateRequest param); List<PlatformDataListResponse> platformWorkingDataList(PlatformDataListRequest param); @@ -225,4 +226,29 @@ CarNumByStatusResponse carStatusNum(CarNumByStatusRequest param); PlatformQueuingListResponse queueList(PlatformQueuingListRequest param); + + LargeScreenDataVO getLargeScreenData(); + + /** + * 瓒呮椂鎶ヨ + */ + void timeOutReport(); + + /** + * 鑷姩杩囧彿 + */ + void timeOutCallIn(); + + /** + * 浣滀笟瓒呮椂 + */ + void timeOutWork(); + + PlatformJob getLastWaitJob(String uuid, LoginUserInfo loginUser); + + void wholeProvinceCenterData(WholeProvinceBoardVO data); + + void centerDataForInOut(WholeProvinceBoardVO data); + + void centerDataOutInRata(WholeProvinceBoardVO data); } -- Gitblit v1.9.3