|
|
@@ -169,6 +169,9 @@ public class WxBillAllServiceImpl implements WxBillAllService { |
|
|
Long realReceivePay = servicePay.longValue() + e.getLatePayPrice() + e.getReceivePay(); |
|
|
Long realReceivePay = servicePay.longValue() + e.getLatePayPrice() + e.getReceivePay(); |
|
|
e.setRealReceivePay(realReceivePay); |
|
|
e.setRealReceivePay(realReceivePay); |
|
|
e.setServiceChargePay(servicePay.intValue()); |
|
|
e.setServiceChargePay(servicePay.intValue()); |
|
|
|
|
|
if (e.getStatus().equals(EnumBillRentStatus.PAID.getCode())) { |
|
|
|
|
|
e.setRealReceivePay(e.getPay()); |
|
|
|
|
|
} |
|
|
e.setOwe(realReceivePay - e.getPay()); |
|
|
e.setOwe(realReceivePay - e.getPay()); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|