提交 4fa10ed1 编写于 作者: M mxd

Merge branch 'master' into dev

......@@ -484,14 +484,14 @@ public class NamedTable extends Attributes<Object> {
}
builder.append(" from ").append(tableName);
List<Object> params = buildWhere(builder);
if (!groups.isEmpty()) {
builder.append(" group by ");
builder.append(String.join(",", groups));
}
if (!orders.isEmpty()) {
builder.append(" order by ");
builder.append(String.join(",", orders));
}
if (!groups.isEmpty()) {
builder.append(" group by ");
builder.append(String.join(",", groups));
}
BoundSql boundSql = new BoundSql(runtimeContext, builder.toString(), params, sqlModule);
boundSql.setExcludeColumns(excludeColumns);
return boundSql;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册