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(
 | 
												Expression.Return(
 | 
				
			||||||
								returnTarget,
 | 
													returnTarget,
 | 
				
			||||||
								FreeSql.Internal.Utils.GetDataReaderValueBlockExpression(
 | 
													Expression.Convert(
 | 
				
			||||||
									typeof(long),
 | 
														FreeSql.Internal.Utils.GetDataReaderValueBlockExpression(
 | 
				
			||||||
									Expression.Convert(Expression.MakeMemberAccess(var1Parm, _table.Properties[idts0.CsName]), typeof(object))
 | 
															typeof(long),
 | 
				
			||||||
 | 
															Expression.Convert(Expression.MakeMemberAccess(var1Parm, _table.Properties[idts0.CsName]), typeof(object))
 | 
				
			||||||
 | 
														),
 | 
				
			||||||
 | 
														typeof(long)
 | 
				
			||||||
								)
 | 
													)
 | 
				
			||||||
							)
 | 
												)
 | 
				
			||||||
						)
 | 
											)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user