修改
continuous-integration/drone/push Build is passing

This commit is contained in:
he
2024-09-26 13:49:39 +08:00
parent 53f3bb5d6d
commit 8ec35d90fb
3 changed files with 22 additions and 0 deletions
@@ -301,6 +301,7 @@ namespace IRaCIS.Core.Application.Service
LimitEdit = y.LimitEdit,
MaxAnswerLength = y.MaxAnswerLength,
FileType = y.FileType,
Unit=y.Unit,
QuestionGenre = y.QuestionGenre,
ShowOrder = y.ShowOrder,
DictionaryCode = y.DictionaryCode,
@@ -390,6 +391,7 @@ namespace IRaCIS.Core.Application.Service
DictionaryCode = lr.question.DictionaryCode,
GlobalReadingShowType = lr.question.GlobalReadingShowType,
Type = lr.question.Type,
Unit = y.Unit,
GlobalAnswerType = GlobalAnswerType.Question,
AnswerGroup = lr.question.AnswerGroup,
AnswerCombination = lr.question.AnswerCombination,