From 40a8157440e3b906da8f52e07d939d78c3f4c313 Mon Sep 17 00:00:00 2001
From: wlzboy <66905212@qq.com>
Date: 星期日, 12 四月 2026 16:14:06 +0800
Subject: [PATCH] feat: 任务增加统计、同步增加通知
---
ruoyi-system/src/main/java/com/ruoyi/system/service/INotifyTaskService.java | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/service/INotifyTaskService.java b/ruoyi-system/src/main/java/com/ruoyi/system/service/INotifyTaskService.java
index eeaa253..01e0d40 100644
--- a/ruoyi-system/src/main/java/com/ruoyi/system/service/INotifyTaskService.java
+++ b/ruoyi-system/src/main/java/com/ruoyi/system/service/INotifyTaskService.java
@@ -46,6 +46,15 @@
boolean existsNotifyTask(Long taskId, Long userId, String notifyType);
/**
+ * 鎸塼askId鍜岄�氱煡绫诲瀷鏌ヨ鎵�鏈夐�氱煡浠诲姟
+ *
+ * @param taskId 涓氬姟浠诲姟ID
+ * @param notifyType 閫氱煡绫诲瀷
+ * @return 閫氱煡浠诲姟鍒楄〃
+ */
+ List<NotifyTask> selectByTaskIdAndType(Long taskId, String notifyType);
+
+ /**
* 鍒涘缓閫氱煡浠诲姟锛堝甫闃查噸锛�
* 濡傛灉宸插瓨鍦ㄥ垯杩斿洖null锛屽惁鍒欏垱寤哄苟杩斿洖
*
--
Gitblit v1.9.1