Compare commits
No commits in common. "6355231e8b2cfb0a4a96796db986319867156be7" and "a11edc30539d84996302953d0609b14d208ac855" have entirely different histories.
6355231e8b
...
a11edc3053
|
@ -3562,10 +3562,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
entity.RowMark = entity.OrderMark;
|
entity.RowMark = entity.OrderMark + entity.RowIndex.GetLesionMark();
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
string extraIdentification = string.Empty;
|
string extraIdentification = string.Empty;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue