多笔立减金

This commit is contained in:
ziming 2025-12-15 15:20:09 +08:00
parent 6a5198287e
commit 0b3a16c72a
1 changed files with 5 additions and 6 deletions

View File

@ -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() {