TransDate 格式yyyy-mm-dd hh:mm:ss.ss
This commit is contained in:
parent
48b5d897d6
commit
bbf0c0f9e7
|
|
@ -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: "",
|
||||
|
|
|
|||
Loading…
Reference in New Issue