修改
	
		
			
	
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
					Details
				
			
		
	
				
					
				
			
				
	
				continuous-integration/drone/push Build is passing
				
					Details
				
			
		
	
							parent
							
								
									56cab93554
								
							
						
					
					
						commit
						088be2f1a5
					
				| 
						 | 
				
			
			@ -42,7 +42,7 @@ namespace IRaCIS.Core.Application.Contracts
 | 
			
		|||
 | 
			
		||||
        public Guid? ConfirmUserId { get; set; }
 | 
			
		||||
 | 
			
		||||
        public bool IsConfirmed => ConfirmTime is not null;
 | 
			
		||||
        public bool IsConfirmed { get; set; }
 | 
			
		||||
 | 
			
		||||
		public string UserName { get; set; } = string.Empty;
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -360,6 +360,7 @@ namespace IRaCIS.Core.Application.Services
 | 
			
		|||
                                    FileTypeId = trialDocumentNeedConfirmedUserType.TrialDocument.FileTypeId,
 | 
			
		||||
                                    FileType = _userInfo.IsEn_Us ? trialDocumentNeedConfirmedUserType.TrialDocument.FileType.Value : trialDocumentNeedConfirmedUserType.TrialDocument.FileType.ValueCN,
 | 
			
		||||
                                    UpdateTime = trialDocumentNeedConfirmedUserType.TrialDocument.UpdateTime,
 | 
			
		||||
                                    IsConfirmed= confirm.ConfirmTime!=null,
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -395,7 +396,7 @@ namespace IRaCIS.Core.Application.Services
 | 
			
		|||
                                     FileType = _userInfo.IsEn_Us ? needConfirmEdUserType.SystemDocument.FileType.Value : needConfirmEdUserType.SystemDocument.FileType.ValueCN,
 | 
			
		||||
                                     FileTypeId = needConfirmEdUserType.SystemDocument.FileTypeId,
 | 
			
		||||
                                     UpdateTime = needConfirmEdUserType.SystemDocument.UpdateTime,
 | 
			
		||||
 | 
			
		||||
									 IsConfirmed = confirm.ConfirmTime != null,
 | 
			
		||||
 | 
			
		||||
									 ConfirmUserId = confirm.ConfirmUserId,
 | 
			
		||||
                                     ConfirmTime = confirm.ConfirmTime,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue