|
@@ -123,7 +123,7 @@ func TestList(c *gin.Context, apictx *ApiSession) (interface{}, error) {
|
|
|
- Sort: bson.D{bson.E{Key: "createTime", Value: -1}, bson.E{Key: "_id", Value: -1}},
|
|
|
+ Sort: bson.D{bson.E{Key: "createTime", Value: 1}, bson.E{Key: "_id", Value: 1}},
|