From 1722e135100e57db5a0dda95ceb849ee54fc4dc5 Mon Sep 17 00:00:00 2001 From: sian Date: Sat, 24 Dec 2022 22:27:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wholesale/order.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wholesale/order.go b/wholesale/order.go index a95d460..f159b87 100644 --- a/wholesale/order.go +++ b/wholesale/order.go @@ -126,7 +126,7 @@ type ArgsOrderLists struct { type OrderSearch struct { OrderSubSn string - Status uint + Status []uint CancelStatus uint CreatedStartDate string CreatedEndDate string