mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-31 15:56:25 +08:00
Update mysqlconnector
This commit is contained in:
parent
56ec117921
commit
cf0f40e139
@ -14,6 +14,10 @@ namespace SqlSugar.MySqlConnector
|
||||
}
|
||||
public class MySqlMethod : DefaultDbMethod, IDbMethods
|
||||
{
|
||||
public override string GetStringJoinSelector(string result, string separator)
|
||||
{
|
||||
return $"group_concat({result} separator '{separator}') ";
|
||||
}
|
||||
public override string DateDiff(MethodCallExpressionModel model)
|
||||
{
|
||||
var parameter = model.Args[0];
|
||||
|
Loading…
Reference in New Issue
Block a user