Compare commits

..

No commits in common. "d769605d091f88e82acfe41a35351080b8b52966" and "83d5ec05fb6be3207d8f299cb410e574f770425a" have entirely different histories.

1 changed files with 0 additions and 7 deletions

View File

@ -1226,13 +1226,6 @@ func (this *ShopMgr) SendAPICreateOrder(p *Player, ConfigPayId int32, data any,
}
switch shopInfo.Page {
case ShopPageFangKa:
remark = fmt.Sprintf("房卡|%v", shopInfo.Id)
default:
}
dbShop = this.NewDbShop(p, shopInfo.Page, amount[:], ShopConsumeMoney, costNum,
common.GainWay_ShopBuy, itemInfo, shopInfo.Id, shopInfo.Name, 0, remark, []int32{})
err := model.InsertDbShopLog(dbShop)