mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-18 17:48:11 +08:00
Update gbase
This commit is contained in:
@@ -239,7 +239,7 @@ WHEN NOT MATCHED THEN
|
||||
: sql;
|
||||
|
||||
// replace the @param with ?
|
||||
foreach (var k in dictionary)
|
||||
foreach (var k in dictionary.OrderByDescending(o => o.Key.Length))
|
||||
{
|
||||
sql = sql.Replace("@" + k.Key, " ?");
|
||||
}
|
||||
|
Reference in New Issue
Block a user