From 849511e76c36a0374ebd81de925197e6113ddd0e Mon Sep 17 00:00:00 2001 From: sian Date: Thu, 8 Jun 2023 17:46:14 +0800 Subject: [PATCH] bug fix --- supply/data/order.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supply/data/order.go b/supply/data/order.go index 67a6cea..d0f5430 100644 --- a/supply/data/order.go +++ b/supply/data/order.go @@ -13,7 +13,7 @@ type order struct { type ArgsPayOrderLists struct { StartLadingBillAt string EndLadingBillAt string - bean.Page + Page bean.Page } type ReplyPayOrderLists struct {