From d64998c16db1ae4374f434c83d30053add2661e7 Mon Sep 17 00:00:00 2001 From: eson <9673575+githubcontent@user.noreply.gitee.com> Date: Tue, 20 Jun 2023 16:48:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dint64?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- constants/delivery.go | 2 +- constants/order.go | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/constants/delivery.go b/constants/delivery.go index fc033565..78cf93f4 100644 --- a/constants/delivery.go +++ b/constants/delivery.go @@ -1,6 +1,6 @@ package constants -type DeliveryMethod int +type DeliveryMethod int64 const ( // 配送方式 diff --git a/constants/order.go b/constants/order.go index 95533431..64549a44 100644 --- a/constants/order.go +++ b/constants/order.go @@ -68,9 +68,7 @@ package constants // // 云仓完成 // const STATUS_FONT_COMPLETED_CLOUD = 8 -type DELIVERY_METHOD int - -type Order int +type Order int64 // 订单状态 const (