mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-17 01:46:18 +08:00
Synchronization code
This commit is contained in:
parent
78ae4ee51a
commit
7c9b702527
@ -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));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user