支付用分计算

master_huanxiang
PC-202302260912\Administrator 2023-07-20 13:45:58 +08:00
parent 0a2ea2cdfb
commit 0934ef3c0d
1 changed files with 2 additions and 1 deletions

View File

@ -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){