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/mapper/NotifyTaskMapper.java | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/mapper/NotifyTaskMapper.java b/ruoyi-system/src/main/java/com/ruoyi/system/mapper/NotifyTaskMapper.java
index 96ecce9..6a067f9 100644
--- a/ruoyi-system/src/main/java/com/ruoyi/system/mapper/NotifyTaskMapper.java
+++ b/ruoyi-system/src/main/java/com/ruoyi/system/mapper/NotifyTaskMapper.java
@@ -47,6 +47,15 @@
int countByTaskUserType(@Param("taskId") Long taskId, @Param("userId") Long userId, @Param("notifyType") String notifyType);
/**
+ * 鎸塼askId鍜岄�氱煡绫诲瀷鏌ヨ鎵�鏈夐�氱煡浠诲姟
+ *
+ * @param taskId 涓氬姟浠诲姟ID
+ * @param notifyType 閫氱煡绫诲瀷
+ * @return 閫氱煡浠诲姟鍒楄〃
+ */
+ List<NotifyTask> selectByTaskIdAndType(@Param("taskId") Long taskId, @Param("notifyType") String notifyType);
+
+ /**
* 鏂板閫氱煡浠诲姟
*
* @param notifyTask 閫氱煡浠诲姟
--
Gitblit v1.9.1