From ff2d2451334b395bd7e671138d7822681861b29f Mon Sep 17 00:00:00 2001 From: ziming Date: Wed, 9 Apr 2025 11:58:11 +0800 Subject: [PATCH] =?UTF-8?q?TransDate=20=E6=A0=BC=E5=BC=8Fyyyy-mm-dd=20hh:m?= =?UTF-8?q?m:ss.sss?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/biz/cmb/notify.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/biz/cmb/notify.go b/internal/biz/cmb/notify.go index bb97d72..31b41d4 100644 --- a/internal/biz/cmb/notify.go +++ b/internal/biz/cmb/notify.go @@ -65,7 +65,7 @@ func (v *Cmb) bizContent(_ context.Context, order *bo.OrderBo, orderNotify *bo.O req := &v1.CmbNotifyRequest{ Ticket: orderNotify.OrderNo, Status: cmbStatus.GetValue(), - TransDate: time.Now().Format(time.DateTime), // 格式yyyy-mm-dd hh:mm:ss.ss + TransDate: time.Now().Format("2006-01-02 15:04:05.000"), // 格式yyyy-mm-dd hh:mm:ss.sss OrgNo: v.bc.Cmb.OrgNo, Attach: order.Attach, Ext: "",