稽查图片修改
This commit is contained in:
@@ -3356,10 +3356,13 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
||||
|
||||
string picturePath = mark != null ? mark.PicturePath : string.Empty;
|
||||
|
||||
string otherPicturePath = mark != null ? mark.OtherPicturePath : string.Empty;
|
||||
|
||||
if (_userInfo.AuditIdentification== "DeleteMark")
|
||||
{
|
||||
markName = string.Empty;
|
||||
picturePath = string.Empty;
|
||||
otherPicturePath = string.Empty;
|
||||
}
|
||||
|
||||
// 这里本来就批量展示问题的 现在又需要单个展示
|
||||
@@ -3390,6 +3393,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
||||
|
||||
MarkName = markName,
|
||||
PicturePath = picturePath,
|
||||
OtherPicturePath= otherPicturePath,
|
||||
QuestinonAnswer = questionAnswer,
|
||||
QuestionName = questionName,
|
||||
QuestionAnswerList = taskQuestionAnswerList.Join(quesionList,
|
||||
|
||||
Reference in New Issue
Block a user