多笔立减金
This commit is contained in:
parent
6a5198287e
commit
0b3a16c72a
|
|
@ -215,12 +215,11 @@ func (biz *MultiBiz) bizContent(nl *bo.MultiNotifyLogBo, order *bo.OrderBo) (str
|
|||
Status: "0", // 券状态 0:可使用,1:已使用
|
||||
TransDate: nl.ConsumeTime.Format("2006-01-02 15:04:05.000"), // 核销时间,验券时间,格式yyyy-mm-dd hh:mm:ss.sss
|
||||
TransAmount: fmt.Sprintf("%d", nl.ConsumeAmount),
|
||||
OrderId: nl.TransactionID, // 券核销支付单号
|
||||
Ticket: nl.OrderNo, // 券订单号,lsxd订单号
|
||||
//OrgNo: biz.bc.Cmb.OrgNo, // cmb固定值
|
||||
OrgNo: "LANSEXIONGDIMULTI", // cmb固定值
|
||||
Attach: order.Attach, // cmb拓展参数
|
||||
Ext: "",
|
||||
OrderId: nl.TransactionID, // 券核销支付单号
|
||||
Ticket: nl.OrderNo, // 券订单号,lsxd订单号
|
||||
OrgNo: "LANSEXIONGDIMULTI", // cmb固定值
|
||||
Attach: order.Attach, // cmb拓展参数
|
||||
Ext: "",
|
||||
}
|
||||
|
||||
if nl.Status.IsUsed() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue