充值价格

back_recharge
zhangshanxue 2020-08-18 11:27:03 +08:00
parent 024e339bc3
commit cc801a8510
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ public class BuyGoodsLogic {
buyCount = 0;
}
double priceTemp =sRechargeCommodityConfig.getPrice();
SExchangeRate sExchangeRate = STableManager.getConfig(SExchangeRate.class).get(priceTemp);
SExchangeRate sExchangeRate = STableManager.getConfig(SExchangeRate.class).get((int)priceTemp);
double price = sExchangeRate.getPrice_2();
buyCount=buyCount+1;