This commit is contained in:
邹宗楠
2021-12-31 10:08:59 +08:00
parent 0db666eec1
commit 5a499f48a6

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, 123, storeOrder.ActualPayPrice, 1, 1, "")
partner.CurStoreAcctManager.InsertBrandBill(jxcontext.AdminCtx, 131, storeOrder.ActualPayPrice, 1, 1, "")
}
}
case model.PayTypeTL_BrandBillCharge: