update demo

This commit is contained in:
2881099
2023-11-10 00:56:30 +08:00
parent 930f8f46e9
commit a4dca34547
2 changed files with 38 additions and 36 deletions

View File

@ -20,6 +20,7 @@ namespace FreeSql.Tests.Issues
RegisterPocoType(typeof(Customer)); //注删 POCO 类型
fsql.Aop.ParseExpression += (_, e) =>
{
if (e.Expression.IsParameter() == false) return;
//解析 POCO Jsonb a.Customer.Name
if (e.Expression is MemberExpression memExp)
{