Explorar el Código

add order status

animeic hace 2 años
padre
commit
d1bd39c6b3
Se han modificado 1 ficheros con 1 adiciones y 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},
 	})