分裂病灶加个判断
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
e45791c676
commit
b0d8a49929
|
|
@ -1136,7 +1136,7 @@ public class Tumor_CDISC_ExportService(IRepository<ReadingQuestionCriterionTrial
|
||||||
var lesionTypeIndex = -1;
|
var lesionTypeIndex = -1;
|
||||||
|
|
||||||
//分裂的病灶
|
//分裂的病灶
|
||||||
if (lesion.SplitRowId != null)
|
if (lesion.SplitRowId != null && lesion.SplitRowId != Guid.Empty)
|
||||||
{
|
{
|
||||||
lesionTypeIndex = 3;
|
lesionTypeIndex = 3;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue