src/main/java/com/mzl/flower/service/point/CustomerPointService.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/java/com/mzl/flower/service/point/CustomerPointService.java
@@ -93,7 +93,7 @@ point.setDeductionPoint(point.getDeductionPoint() + detail.getPoint()); }else{ //积分不足,直接清0 point.setDeductionPoint(point.getUsedPoint() + balancePoint); point.setDeductionPoint(point.getDeductionPoint() + balancePoint); detail.setPoint(balancePoint); detail.setRemarks(detail.getRemarks()+",积分不足,扣除积分"+balancePoint); }