## v0.12.9

This commit is contained in:
28810
2019-12-06 18:57:07 +08:00
parent e59608a6c8
commit e7bb95ef6d
16 changed files with 59 additions and 14 deletions

View File

@ -239,7 +239,7 @@ public static partial class FreeSqlGlobalExtensions
{
if (expContext.IsValueCreated == false || expContext.Value == null || expContext.Value.ParsedContent == null)
return that >= between && that <= and;
expContext.Value.Result = $"{expContext.Value.ParsedContent["that"]} between {expContext.Value.ParsedContent["start"]} and {expContext.Value.ParsedContent["end"]}";
expContext.Value.Result = $"{expContext.Value.ParsedContent["that"]} between {expContext.Value.ParsedContent["between"]} and {expContext.Value.ParsedContent["and"]}";
return false;
}