Commit a9185157 authored by shiyu's avatar shiyu

2

parent a904f4c6
......@@ -102,7 +102,7 @@ public class EarnestRecordServiceImpl implements EarnestRecordService {
//已使用的保证金中,赠送的保证金金额
map.put("usedGiftAmount", PriceUtil.convertPriceFenToYuan(occupyAmount));
//已使用的保证金中,用户自己缴纳的保证金金额
map.put("usedPayAmount", null);
map.put("usedPayAmount", "0");
} else {
map.put("usedGiftAmount", PriceUtil.convertPriceFenToYuan(giftAmount));
map.put("usedPayAmount", PriceUtil.convertPriceFenToYuan(earnestAmount - giftAmount));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment