|
|
|
@@ -168,6 +168,15 @@ public class WxBillSettleServiceImpl implements WxBillSettleService { |
|
|
|
} |
|
|
|
wxBillOtherDepositMapper.updateByPrimaryKeySelective(wxBillOtherDeposit); |
|
|
|
|
|
|
|
WxBillPropertyDeposit propertyDeposit = new WxBillPropertyDeposit(); |
|
|
|
propertyDeposit.setId(bill.getBillId()); |
|
|
|
if(freezeStatus != null) wxBillRent.setFreeze(freezeStatus); |
|
|
|
if(status != null){ |
|
|
|
wxBillRent.setStatus(status); |
|
|
|
wxBillRent.setPayDate(new Date()); |
|
|
|
} |
|
|
|
wxBillPropertyDepositMapper.updateByPrimaryKeySelective(propertyDeposit); |
|
|
|
|
|
|
|
}else if(EnumBillType.PROPERTY.getCode().equals(bill.getBillType())) { |
|
|
|
WxBillProperty wxBillRent = new WxBillProperty(); |
|
|
|
wxBillRent.setId(bill.getBillId()); |
|
|
|
|