mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-24 21:13:46 +08:00
Update Core
This commit is contained in:
@@ -449,7 +449,7 @@ namespace SqlSugar
|
||||
else
|
||||
{
|
||||
var item = model as ConditionalCollections;
|
||||
if (item != null)
|
||||
if (item != null&& item.ConditionalList.HasValue())
|
||||
{
|
||||
foreach (var con in item.ConditionalList)
|
||||
{
|
||||
|
Reference in New Issue
Block a user