From ddff387baa9c7c62e66bbe2723d2c40e4571ea51 Mon Sep 17 00:00:00 2001
From: 陈昶聿 <chychen@nbjetron.com>
Date: 星期一, 15 十二月 2025 11:20:57 +0800
Subject: [PATCH] 【丽水】首次随访失败详情,首次应随访详情,首次待随访详情,首次随访成功详情,统计数字超链接,展示对应数据的任务信息

---
 smartor/src/main/java/com/smartor/service/IPatMedOperationService.java |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/smartor/src/main/java/com/smartor/service/IPatMedOperationService.java b/smartor/src/main/java/com/smartor/service/IPatMedOperationService.java
index 4ef5bf6..ea0f8cb 100644
--- a/smartor/src/main/java/com/smartor/service/IPatMedOperationService.java
+++ b/smartor/src/main/java/com/smartor/service/IPatMedOperationService.java
@@ -10,8 +10,7 @@
  * @author lihu
  * @date 2025-02-21
  */
-public interface IPatMedOperationService
-{
+public interface IPatMedOperationService {
     /**
      * 鏌ヨ鎮h�呮墜鏈褰�
      *
@@ -59,4 +58,11 @@
      * @return 缁撴灉
      */
     public int deletePatMedOperationById(Long id);
+
+    /**
+     * 澶勭悊鎵嬫湳淇℃伅
+     *
+     * @return
+     */
+    public int dealOperationInfo();
 }

--
Gitblit v1.9.3