Merge branch 'main' of http://47.122.43.22:3000/wjn/mh_sms
This commit is contained in:
		
						commit
						731843377f
					
				@ -181,6 +181,12 @@ namespace APT.FO.WebApi.Controllers
 | 
			
		||||
                var measures = entity.Nav_Measure;
 | 
			
		||||
                entity.Nav_Measure = null;
 | 
			
		||||
                entity.DEPARTMENT_ID = APT.Infrastructure.Api.AppContext.CurrentSession.DepartmentID;
 | 
			
		||||
                users.ForEach(t => {
 | 
			
		||||
                    t.Nav_User = null;
 | 
			
		||||
                    t.Nav_RelatedUser = null;
 | 
			
		||||
                    t.ORG_ID = entity.ORG_ID;
 | 
			
		||||
                    t.JOB_ACTIVITY_RECORD_ID = entity.ID;
 | 
			
		||||
                });
 | 
			
		||||
                if (details != null && details.Any())
 | 
			
		||||
                {
 | 
			
		||||
                    details.ForEach(t =>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user