修改合并bug
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
792a4235d2
commit
2a172acb15
|
@ -2117,8 +2117,7 @@ namespace IRaCIS.Core.Application.Service.Common
|
|||
foreach (var item in list)
|
||||
{
|
||||
//处理合并表头
|
||||
if (list.IndexOf(item) == 0)
|
||||
{
|
||||
|
||||
var questionType = item.IsBaseline == true ? QuestionType.ExistDisease : QuestionType.Tumor;
|
||||
|
||||
var findItem = item.QuestionAnswerList.Where(t => t.QuestionType == questionType).FirstOrDefault();
|
||||
|
@ -2128,7 +2127,6 @@ namespace IRaCIS.Core.Application.Service.Common
|
|||
findItem.QuestionName = _userInfo.IsEn_Us ? "Overall Response" : "整体肿瘤评估";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
if (item.IsBaseline == true)
|
||||
{
|
||||
|
@ -2146,8 +2144,7 @@ namespace IRaCIS.Core.Application.Service.Common
|
|||
foreach (var item in list)
|
||||
{
|
||||
//处理合并表头
|
||||
if (list.IndexOf(item) == 0)
|
||||
{
|
||||
|
||||
var questionType = item.IsBaseline == true ? QuestionType.ExistDisease : QuestionType.ImgOncology;
|
||||
|
||||
var findItem = item.QuestionAnswerList.Where(t => t.QuestionType == questionType).FirstOrDefault();
|
||||
|
@ -2156,7 +2153,6 @@ namespace IRaCIS.Core.Application.Service.Common
|
|||
{
|
||||
findItem.QuestionName = _userInfo.IsEn_Us ? "Overall Response" : "整体肿瘤评估";
|
||||
}
|
||||
}
|
||||
|
||||
if (item.IsBaseline == true)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue