|
@@ -87,7 +87,7 @@ func OrderList(c *gin.Context, apictx *ApiSession) (interface{}, error) {
|
|
|
Page: page,
|
|
|
Size: size,
|
|
|
Query: query,
|
|
|
- Project: []string{"createTime", "userId", "supplyId", "products"},
|
|
|
+ Project: []string{"createTime", "userId", "supplyId", "products", "status"},
|
|
|
Sort: repo.Map{"createTime": -1},
|
|
|
})
|
|
|
|