From 1e1814178edf84090b28492bbad340ab13e5c169 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期二, 22 七月 2025 18:16:34 +0800
Subject: [PATCH] 代码提交

---
 smartor/src/main/java/com/smartor/mapper/ServiceSubtaskMapper.java |   31 +++++++++++++++++++++++++++----
 1 files changed, 27 insertions(+), 4 deletions(-)

diff --git a/smartor/src/main/java/com/smartor/mapper/ServiceSubtaskMapper.java b/smartor/src/main/java/com/smartor/mapper/ServiceSubtaskMapper.java
index 6bc5372..a1c2dbf 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);
+
     /**
      * 鏂板鍗曚竴浠诲姟锛堥殢璁匡級
      *
@@ -40,6 +43,22 @@
      * @return 缁撴灉
      */
     public int insertServiceSubtask(ServiceSubtask ServiceSubtask);
+
+    /**
+     * 闅忚鍙婃椂鐜囷細搴旈殢璁挎椂闂�<瀹為檯闅忚鏃堕棿
+     *
+     * @param ServiceSubtask
+     * @return
+     */
+    public Double selectTimelyRate(ServiceSubtask ServiceSubtask);
+
+    /**
+     * 闅忚鍙婃椂鐜囪鎯�
+     *
+     * @param ServiceSubtask
+     * @return
+     */
+    public List<ServiceSubtask> selectTimelyRateDetail(ServiceSubtask ServiceSubtask);
 
     /**
      * 淇敼鍗曚竴浠诲姟锛堥殢璁匡級
@@ -51,6 +70,8 @@
     public Boolean updateServiceSubtaskByPatId(ServiceSubtask ServiceSubtask);
 
     public Boolean updateServiceSubtaskByCondition(ServiceSubtask ServiceSubtask);
+
+    public Boolean updateServiceSubtaskByTaskGuid(ServiceSubtask ServiceSubtask);
 
     /**
      * 鍒犻櫎鍗曚竴浠诲姟锛堥殢璁匡級
@@ -73,4 +94,6 @@
 
     public List<ServiceSubtask> getSfStatistics(ServiceSubtaskCountReq serviceSubtaskCountReq);
 
+    public List<PatMedRes> getDeptRanking(PatMedReq patMedReq);
+
 }

--
Gitblit v1.9.3