@@ -84,7 +84,7 @@ func TestList(c *gin.Context, apictx *ApiSession) (interface{}, error) {
Page: page,
Size: size,
Query: query,
- // Sort: bson.D{bson.E{Key: "sort", Value: 1}, bson.E{Key: "createTime", Value: 1}},
+ Sort: bson.M{"createTime": -1},
})
}