From dacdebbaa53fa57feef43d77365f1c4d4a8ff400 Mon Sep 17 00:00:00 2001 From: zhs <zhs18203887318@163.com> Date: 星期五, 30 五月 2025 14:01:15 +0800 Subject: [PATCH] 05-30 zhs --- smartor/src/main/java/com/smartor/mapper/ServiceSubtaskMapper.java | 16 ++++++++++------ 1 files changed, 10 insertions(+), 6 deletions(-) diff --git a/smartor/src/main/java/com/smartor/mapper/ServiceSubtaskMapper.java b/smartor/src/main/java/com/smartor/mapper/ServiceSubtaskMapper.java index 19d77f1..fc42015 100644 --- a/smartor/src/main/java/com/smartor/mapper/ServiceSubtaskMapper.java +++ b/smartor/src/main/java/com/smartor/mapper/ServiceSubtaskMapper.java @@ -1,9 +1,6 @@ package com.smartor.mapper; -import com.smartor.domain.ServiceSubtask; -import com.smartor.domain.ServiceSubtaskCount; -import com.smartor.domain.ServiceSubtaskCountReq; -import com.smartor.domain.ServiceSubtaskVO; +import com.smartor.domain.*; import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Param; @@ -33,6 +30,12 @@ */ public List<ServiceSubtask> selectServiceSubtaskList(ServiceSubtaskVO serviceSubtaskVO); + public List<ServiceSubtask> selectServiceSubtaskListByCreateTime(ServiceSubtaskVO serviceSubtaskVO); + + public List<ServiceSubtask> selectServiceSubtaskListAgain(ServiceSubtaskVO serviceSubtaskVO); + + public Integer selectSendstateByCondition(ServiceSubtask serviceSubtask); + /** * 鏂板鍗曚竴浠诲姟锛堥殢璁匡級 * @@ -47,11 +50,10 @@ * @return 缁撴灉 */ public Boolean updateServiceSubtask(ServiceSubtask ServiceSubtask); - public Boolean updateServiceSubtaskByPatId(ServiceSubtask ServiceSubtask); public Boolean updateServiceSubtaskByCondition(ServiceSubtask ServiceSubtask); - + public Boolean updateServiceSubtaskByTaskGuid(ServiceSubtask ServiceSubtask); /** @@ -75,4 +77,6 @@ public List<ServiceSubtask> getSfStatistics(ServiceSubtaskCountReq serviceSubtaskCountReq); + public List<PatMedRes> getDeptRanking(PatMedReq patMedReq); + } -- Gitblit v1.9.3