mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 01:58:13 +08:00
Synchronization code
This commit is contained in:
@@ -563,7 +563,7 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
reval = fieInfo.GetValue(reval);
|
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));
|
Check.Exception(true, string.Format(" Property \"{0}\" can't be private ", pro.Name));
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user