Explorar o código

add order status

animeic %!s(int64=2) %!d(string=hai) anos
pai
achega
d1bd39c6b3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      3dshow-customer/api/order.go

+ 1 - 1
3dshow-customer/api/order.go

@@ -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},
 	})