mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Update sqlite func bug
This commit is contained in:
parent
5ae71cb67c
commit
59a859e0e3
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user