mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-04-22 02:32:50 +08:00
无影响的 bug
This commit is contained in:
parent
ed1a68a927
commit
8b49dd8f83
@ -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)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user