소스 검색

add order status

animeic 2 년 전
부모
커밋
d1bd39c6b3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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},
 	})