mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Update exp to sql
This commit is contained in:
parent
c336836320
commit
78ae4ee51a
@ -563,7 +563,7 @@ namespace SqlSugar
|
||||
{
|
||||
reval = fieInfo.GetValue(reval);
|
||||
}
|
||||
if (fieInfo == null && proInfo == null)
|
||||
if (fieInfo == null && proInfo == null&& !reval.GetType().FullName.IsCollectionsList())
|
||||
{
|
||||
Check.Exception(true, string.Format(" Property \"{0}\" can't be private ", pro.Name));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user