mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-24 18:04:52 +08:00
Update exp to sql
This commit is contained in:
parent
39b1dc3be3
commit
56ad3ecf50
@ -1027,7 +1027,7 @@ namespace SqlSugar
|
|||||||
};
|
};
|
||||||
foreach (var r in strings)
|
foreach (var r in strings)
|
||||||
{
|
{
|
||||||
if (r.Substring(0, 1) == "@")
|
if (r!=""&&r.Substring(0, 1) == "@")
|
||||||
{
|
{
|
||||||
joinStringParameter.Args.Add(new MethodCallExpressionArgs()
|
joinStringParameter.Args.Add(new MethodCallExpressionArgs()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user