mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-02-26 13:43:10 +08:00
Update sqlite func bug
This commit is contained in:
@@ -16,7 +16,7 @@ namespace SqlSugar
|
||||
{
|
||||
public override string GetStringJoinSelector(string result, string separator)
|
||||
{
|
||||
return $"group_concat({result},'{separator},') ";
|
||||
return $"group_concat({result},'{separator}') ";
|
||||
}
|
||||
public override string DateDiff(MethodCallExpressionModel model)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user