TransDate 格式yyyy-mm-dd hh:mm:ss.ss

This commit is contained in:
ziming 2025-04-09 11:55:09 +08:00
parent 48b5d897d6
commit bbf0c0f9e7
1 changed files with 1 additions and 1 deletions

View File

@ -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("20060102150405"),
TransDate: time.Now().Format(time.DateTime), // 格式yyyy-mm-dd hh:mm:ss.ss
OrgNo: v.bc.Cmb.OrgNo,
Attach: order.Attach,
Ext: "",