mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-24 21:13:46 +08:00
Update exp to sql
This commit is contained in:
@@ -55,7 +55,8 @@ namespace SqlSugar
|
||||
}
|
||||
if (Regex.IsMatch(result, regex))
|
||||
{
|
||||
result = "WHERE " + GetValue(result, regex);
|
||||
var value = GetValue(result, regex);
|
||||
result = "WHERE " + value;
|
||||
return result;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user