添加重阅复制的逻辑
This commit is contained in:
+10
@@ -21,6 +21,16 @@ namespace IRaCIS.Core.Application.Service
|
||||
List<QuestionMark?> needChangeType
|
||||
);
|
||||
|
||||
/// <summary>
|
||||
/// 复制历史答案到当前任务
|
||||
/// </summary>
|
||||
/// <param name="taskinfo"></param>
|
||||
/// <param name="tableRowList"></param>
|
||||
/// <param name="tableAnswerList"></param>
|
||||
/// <returns></returns>
|
||||
|
||||
Task CopyHistoryAnswer(VisitTask taskinfo, List<ReadingTableAnswerRowInfo> tableRowList, List<ReadingTableQuestionAnswer> tableAnswerList)
|
||||
|
||||
/// <summary>
|
||||
/// 获取ReadingCalculateDto
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user