mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-24 18:04:52 +08:00
Update core
This commit is contained in:
parent
d2db5bd988
commit
3686ed6f1f
@ -726,7 +726,7 @@ namespace SqlSugar
|
||||
}
|
||||
else
|
||||
{
|
||||
var typeValue = item["ConditionalType"].Value<object>();
|
||||
var typeValue = item["ConditionalType"].Value<string>();
|
||||
|
||||
ConditionalModel conditionalModel = new ConditionalModel()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user