修改操作时间
parent
9e1b61fbf5
commit
8831834be6
|
@ -486,7 +486,9 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
||||||
|
|
||||||
ExtraIndentification = extraIdentification
|
ExtraIndentification = extraIdentification
|
||||||
|
|
||||||
}, new { ParentQuestionShowOrder = parentQuestionShowOrder, RelavantQuestionShowOrder = relavantQuestionShowOrder });
|
}, new { ParentQuestionShowOrder = parentQuestionShowOrder,
|
||||||
|
OperatingTime=DateTime.Now,
|
||||||
|
RelavantQuestionShowOrder = relavantQuestionShowOrder });
|
||||||
}
|
}
|
||||||
|
|
||||||
//系统标准表格问题
|
//系统标准表格问题
|
||||||
|
|
Loading…
Reference in New Issue