Uat_Study
			
			
		
		
							parent
							
								
									fd401c5ce7
								
							
						
					
					
						commit
						1ff67549b9
					
				| 
						 | 
				
			
			@ -4174,6 +4174,11 @@
 | 
			
		|||
            病灶类型
 | 
			
		||||
            </summary>
 | 
			
		||||
        </member>
 | 
			
		||||
        <member name="P:IRaCIS.Core.Application.ViewModel.OrganInfoQuery.LesionType">
 | 
			
		||||
            <summary>
 | 
			
		||||
            病灶类型
 | 
			
		||||
            </summary>
 | 
			
		||||
        </member>
 | 
			
		||||
        <member name="T:IRaCIS.Core.Application.ViewModel.OrganInfoAddOrEdit">
 | 
			
		||||
            <summary> OrganInfoAddOrEdit  列表查询参数模型</summary>
 | 
			
		||||
        </member>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -121,8 +121,8 @@ namespace IRaCIS.Core.Application.Contracts
 | 
			
		|||
            {
 | 
			
		||||
                throw new BusinessValidationFailedException("当前任务存在子问题,删除失败");
 | 
			
		||||
            }
 | 
			
		||||
            var success = await _qcQuestionRepository.DeleteFromQueryAsync(t => t.Id == qCQuestionConfigureId,true);
 | 
			
		||||
            return ResponseOutput.Result(success);
 | 
			
		||||
             await _qcQuestionRepository.DeleteFromQueryAsync(t => t.Id == qCQuestionConfigureId,true);
 | 
			
		||||
            return ResponseOutput.Ok();
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -214,7 +214,7 @@ namespace IRaCIS.Core.Application.Contracts
 | 
			
		|||
                return ResponseOutput.NotOk("该审核问题已被影像质控过程引用,不允许删除。");
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            var success = await _trialQcQuestionRepository.DeleteFromQueryAsync(t => t.Id == trialQCQuestionConfigureId, true);
 | 
			
		||||
            await _trialQcQuestionRepository.DeleteFromQueryAsync(t => t.Id == trialQCQuestionConfigureId, true);
 | 
			
		||||
            return ResponseOutput.Result(true);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue