充值价格
parent
024e339bc3
commit
cc801a8510
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue