修改病灶稽查
parent
5cf998bb9b
commit
0b3c5c92e2
|
@ -14,6 +14,7 @@ using System.Linq;
|
||||||
using System.Linq.Expressions;
|
using System.Linq.Expressions;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
|
||||||
namespace IRaCIS.Core.Infra.EFCore.Common
|
namespace IRaCIS.Core.Infra.EFCore.Common
|
||||||
{
|
{
|
||||||
public static class AuditOpt
|
public static class AuditOpt
|
||||||
|
@ -676,7 +677,6 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
||||||
//分裂病灶 需要原病灶的标识
|
//分裂病灶 需要原病灶的标识
|
||||||
|
|
||||||
//if (_userInfo.RequestUrl == " ReadingImageTask/splitLesion")
|
//if (_userInfo.RequestUrl == " ReadingImageTask/splitLesion")
|
||||||
|
|
||||||
var originalRowMark = string.Empty;
|
var originalRowMark = string.Empty;
|
||||||
if (entity.SplitRowId != null)
|
if (entity.SplitRowId != null)
|
||||||
{
|
{
|
||||||
|
@ -684,7 +684,9 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
||||||
originalRowMark = await _dbContext.ReadingTableAnswerRowInfo.Where(t => t.Id == entity.SplitRowId).Select(t => t.RowMark).FirstOrDefaultAsync();
|
originalRowMark = await _dbContext.ReadingTableAnswerRowInfo.Where(t => t.Id == entity.SplitRowId).Select(t => t.RowMark).FirstOrDefaultAsync();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//处理标识 因为触发器在稽查后才进行操作
|
||||||
|
|
||||||
|
entity.RowMark = entity.OrderMark + entity.RowIndex.GetLesionMark();
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue