修改bug

This commit is contained in:
2023-05-05 15:53:28 +08:00
parent ba121827ac
commit 1958dca2be
3 changed files with 34 additions and 0 deletions
@@ -1287,6 +1287,9 @@ namespace IRaCIS.Core.Application.Service
taskUrgent = TaskUrgentType.VisitUrgent;
}
bool isCanEditUrgent = taskUrgent == TaskUrgentType.EnrollmentConfirm || taskUrgent == TaskUrgentType.PDProgress ? false : true;
//加一个去重的判断 IR 申请重阅的时候,有脏数据 (例如多个follow 2 ),但是生成时候不生成
var newTask = await _visitTaskRepository.AddAsync(new VisitTask()
{