Compare commits
2 Commits
d567b9d252
...
6ef41cae1d
Author | SHA1 | Date |
---|---|---|
|
6ef41cae1d | |
|
8831834be6 |
|
@ -500,7 +500,9 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
|||
|
||||
ExtraIndentification = extraIdentification
|
||||
|
||||
}, new { ParentQuestionShowOrder = parentQuestionShowOrder, RelavantQuestionShowOrder = relavantQuestionShowOrder });
|
||||
}, new { ParentQuestionShowOrder = parentQuestionShowOrder,
|
||||
OperatingTime=DateTime.Now,
|
||||
RelavantQuestionShowOrder = relavantQuestionShowOrder });
|
||||
}
|
||||
|
||||
//系统标准表格问题
|
||||
|
|
Loading…
Reference in New Issue