feat: 增加高级查询

This commit is contained in:
wintel
2025-05-06 21:15:47 +08:00
parent a28458347a
commit 576ff6e98a
3 changed files with 12 additions and 0 deletions

View File

@@ -569,6 +569,9 @@ namespace OpenAuth.App
{
return "DateTime.Now";
}
else if (type == "bool"){
return "false";
}
return Activator.CreateInstance(t).ToString();
}