Uat_Study
parent
60a9ed0c31
commit
88afe4fd3b
|
@ -549,7 +549,7 @@ namespace IRaCIS.Application.Services
|
||||||
/// (QuestionId) 可为空
|
/// (QuestionId) 可为空
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
[HttpPost]
|
[HttpGet]
|
||||||
public async Task<List<GetTableAnswerRowInfoOutDto>> GetTableAnswerRowInfoList(GetTableAnswerRowInfoInDto inDto)
|
public async Task<List<GetTableAnswerRowInfoOutDto>> GetTableAnswerRowInfoList(GetTableAnswerRowInfoInDto inDto)
|
||||||
{
|
{
|
||||||
await this.AddBaseLineAnswerToOtherTask(inDto.VisitTaskId);
|
await this.AddBaseLineAnswerToOtherTask(inDto.VisitTaskId);
|
||||||
|
|
Loading…
Reference in New Issue