IRC_NewDev
			
			
		
		
							parent
							
								
									4cedb9dbcb
								
							
						
					
					
						commit
						2778b3ea7b
					
				| 
						 | 
					@ -2629,11 +2629,11 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
 | 
				
			||||||
			}).ToListAsync(); ;
 | 
								}).ToListAsync(); ;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			// 数据库中最大SUVmax
 | 
								// 数据库中PET5PS
 | 
				
			||||||
			var pET5PS = dataBaseDataList.Where(x => x.QuestionType == QuestionType.PET5PS).Select(x => x.Answer).FirstIsNullReturnEmpty();
 | 
								var pET5PS = dataBaseDataList.Where(x => x.QuestionType == QuestionType.PET5PS).Select(x => x.Answer).FirstIsNullReturnEmpty();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            // 如果SUVmax没变 就不重新计算
 | 
								// 如果PET5PS没变 就不重新计算
 | 
				
			||||||
            if (pET5PS == (await GetPET5PS(inDto)).ToString())
 | 
								if (pET5PS == (await GetPET5PS(inDto)).ToString())
 | 
				
			||||||
            {
 | 
					            {
 | 
				
			||||||
                return dataBaseDataList.Where(x => x.QuestionType == QuestionType.PSScoreRemarks).Select(x => x.Answer).FirstIsNullReturnEmpty();
 | 
					                return dataBaseDataList.Where(x => x.QuestionType == QuestionType.PSScoreRemarks).Select(x => x.Answer).FirstIsNullReturnEmpty();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue