mirror of
				https://github.com/nsnail/FreeSql.git
				synced 2025-11-04 17:20:49 +08:00 
			
		
		
		
	无影响的 bug
This commit is contained in:
		@@ -274,9 +274,12 @@ namespace FreeSql.Extensions.EntityUtil {
 | 
			
		||||
							),
 | 
			
		||||
							Expression.Return(
 | 
			
		||||
								returnTarget,
 | 
			
		||||
								FreeSql.Internal.Utils.GetDataReaderValueBlockExpression(
 | 
			
		||||
									typeof(long),
 | 
			
		||||
									Expression.Convert(Expression.MakeMemberAccess(var1Parm, _table.Properties[idts0.CsName]), typeof(object))
 | 
			
		||||
								Expression.Convert(
 | 
			
		||||
									FreeSql.Internal.Utils.GetDataReaderValueBlockExpression(
 | 
			
		||||
										typeof(long),
 | 
			
		||||
										Expression.Convert(Expression.MakeMemberAccess(var1Parm, _table.Properties[idts0.CsName]), typeof(object))
 | 
			
		||||
									),
 | 
			
		||||
									typeof(long)
 | 
			
		||||
								)
 | 
			
		||||
							)
 | 
			
		||||
						)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user