修改bug
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user