mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 18:22:23 +08:00
Synchronization code
This commit is contained in:
@@ -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)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user