mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 01:58:13 +08:00
Update exp to sql
This commit is contained in:
@@ -1027,7 +1027,7 @@ namespace SqlSugar
|
||||
};
|
||||
foreach (var r in strings)
|
||||
{
|
||||
if (r.Substring(0, 1) == "@")
|
||||
if (r!=""&&r.Substring(0, 1) == "@")
|
||||
{
|
||||
joinStringParameter.Args.Add(new MethodCallExpressionArgs()
|
||||
{
|
||||
|
Reference in New Issue
Block a user