Skip to content

Commit

Permalink
Remove teams OSSification tags from order string
Browse files Browse the repository at this point in the history
  • Loading branch information
Barry-RG committed Jun 3, 2021
1 parent 8c66202 commit aebbbbf
Showing 1 changed file with 1 addition and 6 deletions.
Expand Up @@ -337,12 +337,7 @@ private List<DBObject> queryDBObjectsWithParent(DBObject parent, ObjectType... t
query.append(" AND obj.parent_object_id = ").append(parent.objectId);
}

query.append(" order by create_date desc"




);
query.append(" order by create_date desc, object_id desc");

return jdbcTemplate.query(query.toString(), rs ->
new DBObject(rs.getLong("object_id"), rs.getString("name")));
Expand Down

0 comments on commit aebbbbf

Please sign in to comment.