x
This commit is contained in:
@@ -74,7 +74,7 @@ namespace IRaCIS.Application.Services
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
[TypeFilter(typeof(TrialResourceFilter), Arguments = new object[] { "AfterStopCannNotOpt" })]
|
[TypeFilter(typeof(TrialResourceFilter), Arguments = new object[] { "BeforeOngoingCantOpt", "AfterStopCannNotOpt" })]
|
||||||
public async Task<IResponseOutput> UpdateVisitBlindName(VisitBlindNameCommand command)
|
public async Task<IResponseOutput> UpdateVisitBlindName(VisitBlindNameCommand command)
|
||||||
{
|
{
|
||||||
|
|
||||||
@@ -490,7 +490,6 @@ namespace IRaCIS.Application.Services
|
|||||||
|
|
||||||
/// <summary> 删除项目计划某一项 废弃 </summary>
|
/// <summary> 删除项目计划某一项 废弃 </summary>
|
||||||
[HttpDelete("{id:guid}/{trialId:guid}")]
|
[HttpDelete("{id:guid}/{trialId:guid}")]
|
||||||
[TypeFilter(typeof(TrialResourceFilter),Arguments = new object[] { "AfterStopCannNotOpt" })]
|
|
||||||
[Obsolete]
|
[Obsolete]
|
||||||
public async Task<IResponseOutput> DeleteVisitStage(Guid id)
|
public async Task<IResponseOutput> DeleteVisitStage(Guid id)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user