mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 08:37:25 +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.Method.Name == "ToList")
|
||||||
{
|
{
|
||||||
if (method.Arguments.FirstOrDefault() is { } arg)
|
var arg = method.Arguments.FirstOrDefault();
|
||||||
|
if (arg!=null)
|
||||||
{
|
{
|
||||||
if (arg is MemberExpression member)
|
if (arg is MemberExpression member)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user