数据通知
parent
b1802d7d79
commit
bcceb5d42d
|
|
@ -989,11 +989,13 @@ namespace IRaCIS.Core.Application.Service
|
||||||
if(item.TaskAnswerList.Count()==0)
|
if(item.TaskAnswerList.Count()==0)
|
||||||
{
|
{
|
||||||
_ = SendWeComNotifier(visiTaskId, "两个阅片任务的答案等于0");
|
_ = SendWeComNotifier(visiTaskId, "两个阅片任务的答案等于0");
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
else if (item.TaskAnswerList.Count() != 2)
|
else if (item.TaskAnswerList.Count() != 2)
|
||||||
{
|
{
|
||||||
// 发送微信通知
|
// 发送微信通知
|
||||||
_ = SendWeComNotifier(visiTaskId, "两个阅片任务的答案不等于2");
|
_ = SendWeComNotifier(visiTaskId, "两个阅片任务的答案不等于2");
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
else if (noteEqual)
|
else if (noteEqual)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue