|
@@ -387,7 +387,7 @@ public class ElectronicMembershipCardController {
|
|
|
customerCardUseRecord.setAmt(new BigDecimal(dzkAmt)); //电子会员卡记录用户余额
|
|
|
customerCardUseRecord.setStatus("1");
|
|
|
customerCardUseRecord.setCardOilsType(cardInfo.getCardOilsType());
|
|
|
- customerCardUseRecord.setBalance(cardInfo.getAmt().subtract(new BigDecimal(amt)));
|
|
|
+ customerCardUseRecord.setBalance(cardInfo.getAmt().subtract(new BigDecimal(dzkAmt)));
|
|
|
customerCardUseRecord.setStationName(stationName);
|
|
|
customerCardUseRecord.setStationId(Integer.valueOf(stationId));
|
|
|
customerCardUseRecord.setUsageType("-");
|