Update union all

This commit is contained in:
sunkaixuan
2022-03-26 22:41:33 +08:00
parent a167860507
commit 84c0999a3c
4 changed files with 13 additions and 8 deletions

View File

@@ -22,5 +22,9 @@ namespace SqlSugar.MySqlConnector
return "select sysdate()";
}
}
public override string GetUnionFomatSql(string sql)
{
return " ( " + sql + " ) ";
}
}
}