退回人 取值修噶
This commit is contained in:
		
							parent
							
								
									76147cc052
								
							
						
					
					
						commit
						95a5fb3941
					
				@ -187,9 +187,12 @@ namespace APT.BS.WebApi.Controllers.Api
 | 
			
		||||
                }
 | 
			
		||||
 | 
			
		||||
                modelResult.Nav_Reject = modelReject;
 | 
			
		||||
                if (modelResult.USERID_REJECT.HasValue)
 | 
			
		||||
                var userID = modelReject.CREATER_ID;
 | 
			
		||||
                if (userID == null)
 | 
			
		||||
                    userID = modelResult.USERID_REJECT;
 | 
			
		||||
                if (userID.HasValue)
 | 
			
		||||
                {
 | 
			
		||||
                    T_FM_USER modelUser = GetEntity<T_FM_USER>(modelResult.USERID_REJECT.Value);//.CREATER_ID APP显示退回人 修改 riskSumbitDetailBack
 | 
			
		||||
                    T_FM_USER modelUser = GetEntity<T_FM_USER>(userID.Value);//.CREATER_ID APP显示退回人 修改 riskSumbitDetailBack
 | 
			
		||||
                    modelReject.Nav_User = modelUser;
 | 
			
		||||
                }
 | 
			
		||||
                if (DataHelper.GetRequestType(Request.Headers) == 2 && modelResult.Nav_ListCheckDetailQuestion != null && modelResult.Nav_ListCheckDetailQuestion.Any())
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user