mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-04 23:39:31 +08:00
Synchronization code
This commit is contained in:
parent
5a1164e536
commit
1d8c08d895
@ -19,7 +19,8 @@ namespace SqlSugar
|
||||
{
|
||||
if (method.Method.Name == "ToList")
|
||||
{
|
||||
if (method.Arguments.FirstOrDefault() is { } arg)
|
||||
var arg = method.Arguments.FirstOrDefault();
|
||||
if (arg!=null)
|
||||
{
|
||||
if (arg is MemberExpression member)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user