From 82730d079bd70fea1d934930f8a830a553b25e47 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Fri, 15 Jul 2022 11:51:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../IRaCIS.Core.Application.xml | 24 +++++++++++++++++++ .../Service/Reading/ReadingQuestionService.cs | 2 ++ 2 files changed, 26 insertions(+) diff --git a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml index 252ac7e1e..e4d2a025e 100644 --- a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml +++ b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml @@ -2084,6 +2084,16 @@ PageName + + + 仲裁阅片 + + + + + 仲裁规则 + + 是否公共分页 @@ -5788,6 +5798,20 @@ 阅片问题.标准 + + + 设置项目裁判信息 + + + + + + + 获取项目裁判信息 + + + + 新增修改项目标准分页 diff --git a/IRaCIS.Core.Application/Service/Reading/ReadingQuestionService.cs b/IRaCIS.Core.Application/Service/Reading/ReadingQuestionService.cs index 93f861f45..8f2f097a1 100644 --- a/IRaCIS.Core.Application/Service/Reading/ReadingQuestionService.cs +++ b/IRaCIS.Core.Application/Service/Reading/ReadingQuestionService.cs @@ -73,6 +73,7 @@ namespace IRaCIS.Application.Services /// /// /// + [HttpPost] public async Task SetTrialJudgyInfo(SetTrialJudgyInfoInDto inDto) { await _trialRepository.UpdatePartialFromQueryAsync(inDto.TrialId, x => new Trial() @@ -92,6 +93,7 @@ namespace IRaCIS.Application.Services /// /// /// + [HttpPost] public async Task GetTrialJudgyInfo(GetTrialJudgyInfoInDto inDto) { GetTrialJudgyInfoOutDto result = await _trialRepository.Where(x => x.Id == inDto.TrialId).Select(x => new GetTrialJudgyInfoOutDto