TransDate 格式yyyy-mm-dd hh:mm:ss.sss
This commit is contained in:
parent
bbf0c0f9e7
commit
ff2d245133
|
|
@ -65,7 +65,7 @@ func (v *Cmb) bizContent(_ context.Context, order *bo.OrderBo, orderNotify *bo.O
|
||||||
req := &v1.CmbNotifyRequest{
|
req := &v1.CmbNotifyRequest{
|
||||||
Ticket: orderNotify.OrderNo,
|
Ticket: orderNotify.OrderNo,
|
||||||
Status: cmbStatus.GetValue(),
|
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,
|
OrgNo: v.bc.Cmb.OrgNo,
|
||||||
Attach: order.Attach,
|
Attach: order.Attach,
|
||||||
Ext: "",
|
Ext: "",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue