支付用分计算
parent
0a2ea2cdfb
commit
0934ef3c0d
|
@ -209,7 +209,8 @@ public class BuyGoodsNewLogic {
|
|||
}
|
||||
|
||||
int goodsId = config.getId();
|
||||
double price = config.getPrice();
|
||||
// 支付金额用分
|
||||
double price = config.getPrice()*100;
|
||||
// int cfgType = SSpecialConfig.getIntegerValue(SSpecialConfig.EXCHANGE_FORCE_TYPE);
|
||||
// double price = priceTemp==0?0: SExchangeRate.doubleIntegerHashMap.get(cfgType).get((int)priceTemp);
|
||||
if(amount != price){
|
||||
|
|
Loading…
Reference in New Issue