From 4430a3d7f5e3a8ef3060244ffe196c7e85691f25 Mon Sep 17 00:00:00 2001 From: meixiongfeng <766881921@qq.com> Date: Tue, 13 Sep 2022 10:46:04 +0800 Subject: [PATCH] =?UTF-8?q?=E9=93=81=E5=8C=A0=E9=93=BA=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E7=B4=AF=E8=AE=A1=E6=97=B6=E9=97=B4=E8=AE=A1=E7=AE=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/smithy/api_createorder.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/smithy/api_createorder.go b/modules/smithy/api_createorder.go index 67e32f26c..4af0d1646 100644 --- a/modules/smithy/api_createorder.go +++ b/modules/smithy/api_createorder.go @@ -47,7 +47,7 @@ func (this *apiComp) CreateOrder(session comm.IUserSession, req *pb.SmithyCreate _smithy.Ctime = time.Now().Unix() } _smithy.Orders = append(_smithy.Orders, req.Order...) // 直接追加订单数据 - _smithy.OrderCostTime += costTime + //_smithy.OrderCostTime += costTime if _smithy.Clang == nil || (_smithy.Clang != nil && _smithy.Clang.ETime == 0) { if !utils.IsToday(_smithy.Ctime) {