添加修改
	
		
			
	
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
					Details
				
			
		
	
				
					
				
			
				
	
				continuous-integration/drone/push Build is passing
				
					Details
				
			
		
	
							parent
							
								
									c54fcf920c
								
							
						
					
					
						commit
						d6a585c6cc
					
				| 
						 | 
				
			
			@ -1398,7 +1398,7 @@ namespace IRaCIS.Application.Services
 | 
			
		|||
 | 
			
		||||
 | 
			
		||||
        /// <summary>
 | 
			
		||||
        /// 拆分病灶
 | 
			
		||||
        /// 拆分病灶 分裂病灶
 | 
			
		||||
        /// </summary>
 | 
			
		||||
        /// <returns></returns>
 | 
			
		||||
        [HttpPost]
 | 
			
		||||
| 
						 | 
				
			
			@ -1444,6 +1444,11 @@ namespace IRaCIS.Application.Services
 | 
			
		|||
            });
 | 
			
		||||
            await _readingTableAnswerRowInfoRepository.AddAsync(rowAnswer);
 | 
			
		||||
            await _readingTableQuestionAnswerRepository.AddRangeAsync(tableAnswers);
 | 
			
		||||
            await _readingTableAnswerRowInfoRepository.UpdatePartialFromQueryAsync(x => x.Id == inDto.RowId, x => new ReadingTableAnswerRowInfo()
 | 
			
		||||
            {
 | 
			
		||||
                SplitOrMergeType = SplitOrMergeType.SplitMain
 | 
			
		||||
            });
 | 
			
		||||
 | 
			
		||||
			await _readingTableAnswerRowInfoRepository.SaveChangesAsync();
 | 
			
		||||
 | 
			
		||||
        }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -638,7 +638,6 @@ namespace IRaCIS.Core.Domain.Share
 | 
			
		|||
	/// </summary>
 | 
			
		||||
	public enum SplitOrMergeType
 | 
			
		||||
	{
 | 
			
		||||
 | 
			
		||||
		/// <summary>
 | 
			
		||||
		/// 分裂
 | 
			
		||||
		/// </summary>
 | 
			
		||||
| 
						 | 
				
			
			@ -647,7 +646,13 @@ namespace IRaCIS.Core.Domain.Share
 | 
			
		|||
		/// <summary>
 | 
			
		||||
		/// 合并
 | 
			
		||||
		/// </summary>
 | 
			
		||||
        Merge = 1
 | 
			
		||||
		Merge = 1,
 | 
			
		||||
 | 
			
		||||
		/// <summary>
 | 
			
		||||
		/// 分裂主病灶
 | 
			
		||||
		/// </summary>
 | 
			
		||||
		SplitMain = 2,
 | 
			
		||||
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	/// <summary>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue