|
|
|
@@ -198,6 +198,7 @@ public class WxBillPropertyDepositServiceImpl implements WxBillPropertyDepositSe |
|
|
|
if (wxBillDeposit == null) { |
|
|
|
return new ResultData(ErrorCode.BILL_PROPERTY_DEPOSIT_IS_NOT_FOUND); |
|
|
|
} |
|
|
|
wxBillDeposit.setPayWay(record.getPayWay()); |
|
|
|
wxBillDeposit.setReturnPrice(record.getReturnPrice()); |
|
|
|
wxBillDeposit.setStatus(EnumBillRentStatus.RETURN.getCode()); |
|
|
|
wxBillDeposit.setUpdatetime(new Date()); |
|
|
|
|