|
@@ -293,7 +293,7 @@ func GetProductPlans(c *gin.Context, apictx *ApiSession) (interface{}, error) {
|
|
|
Page: page,
|
|
|
Size: size,
|
|
|
Sort: bson.M{"createTime": -1},
|
|
|
- Project: []string{"_id", "thumbnail", "name", "updateTime", "createUser", "total", "totalPrice", "status"},
|
|
|
+ Project: []string{"_id", "thumbnail", "name", "updateTime", "createTime", "createUser", "total", "totalPrice", "status"},
|
|
|
}
|
|
|
return repo.RepoPageSearch(apictx.CreateRepoCtx(), option)
|
|
|
}
|