Compare commits
No commits in common. "71a4b241fdd29d0a460169fa635f73106fe648c6" and "fee78546c0d6fdc4326227be1fe34cac50d87fc1" have entirely different histories.
71a4b241fd
...
fee78546c0
|
@ -3356,13 +3356,10 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
||||||
|
|
||||||
string picturePath = mark != null ? mark.PicturePath : string.Empty;
|
string picturePath = mark != null ? mark.PicturePath : string.Empty;
|
||||||
|
|
||||||
string otherPicturePath = mark != null ? mark.OtherPicturePath : string.Empty;
|
|
||||||
|
|
||||||
if (_userInfo.AuditIdentification== "DeleteMark")
|
if (_userInfo.AuditIdentification== "DeleteMark")
|
||||||
{
|
{
|
||||||
markName = string.Empty;
|
markName = string.Empty;
|
||||||
picturePath = string.Empty;
|
picturePath = string.Empty;
|
||||||
otherPicturePath = string.Empty;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// 这里本来就批量展示问题的 现在又需要单个展示
|
// 这里本来就批量展示问题的 现在又需要单个展示
|
||||||
|
@ -3393,7 +3390,6 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
||||||
|
|
||||||
MarkName = markName,
|
MarkName = markName,
|
||||||
PicturePath = picturePath,
|
PicturePath = picturePath,
|
||||||
OtherPicturePath= otherPicturePath,
|
|
||||||
QuestinonAnswer = questionAnswer,
|
QuestinonAnswer = questionAnswer,
|
||||||
QuestionName = questionName,
|
QuestionName = questionName,
|
||||||
QuestionAnswerList = taskQuestionAnswerList.Join(quesionList,
|
QuestionAnswerList = taskQuestionAnswerList.Join(quesionList,
|
||||||
|
|
Loading…
Reference in New Issue