数据通知
continuous-integration/drone/push Build is running Details

Uat_IRC_Net8
he 2026-06-29 17:29:53 +08:00
parent 47825b2239
commit 01b48982bb
1 changed files with 2 additions and 0 deletions

View File

@ -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)
{