数据通知

This commit is contained in:
he
2026-06-29 17:29:53 +08:00
parent b1802d7d79
commit bcceb5d42d
@@ -989,11 +989,13 @@ namespace IRaCIS.Core.Application.Service
if(item.TaskAnswerList.Count()==0)
{
_ = SendWeComNotifier(visiTaskId, "两个阅片任务的答案等于0");
break;
}
else if (item.TaskAnswerList.Count() != 2)
{
// 发送微信通知
_ = SendWeComNotifier(visiTaskId, "两个阅片任务的答案不等于2");
break;
}
else if (noteEqual)
{