|
|
|
@@ -80,6 +80,8 @@ public class WxBillOtherDepositServiceImpl implements WxBillOtherDepositService |
|
|
|
e.setServiceChargePay(servicePay.intValue()); |
|
|
|
if (!e.getStatus().equals(EnumBillRentStatus.NOT_PAID.getCode())) { |
|
|
|
e.setOwe(0L); |
|
|
|
} else { |
|
|
|
e.setOwe(realReceivePay - e.getPay()); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|