This commit is contained in:
邹宗楠
2022-01-21 15:47:09 +08:00
parent bb8ccdb628
commit db98264b34
5 changed files with 9 additions and 7 deletions

View File

@@ -587,7 +587,7 @@ func OnPayFinished(orderPay *model.OrderPay) (err error) {
if storeOrder.StoreID == 668357 {
storeOrder.StoreID = 131
}
partner.CurStoreAcctManager.InsertBrandBill(jxcontext.AdminCtx, 131, storeOrder.ActualPayPrice, 1, 1, "")
partner.CurStoreAcctManager.InsertBrandBill(jxcontext.AdminCtx, 131, storeOrder.ActualPayPrice, 1, 1, orderPay.VendorOrderID)
}
}
case model.PayTypeTL_BrandBillCharge: