|
|
|
@@ -427,6 +427,8 @@ public class WxBillDepositServiceImpl extends WxBillBaseService implements WxBil |
|
|
|
wxBillDeposit.setId(dto.getId()); |
|
|
|
wxBillDeposit.updateTenantInfo(dto); |
|
|
|
wxBillDeposit.setUpdatetime(new Date()); |
|
|
|
wxBillDeposit.setUpdateBy(user.getId()); |
|
|
|
wxBillDeposit.setUpdateByName(user.getName()); |
|
|
|
String billDepositOldPrce = dto.getOldPrice(); |
|
|
|
String billDepositNewPrce = dto.getNewPrice(); |
|
|
|
Date payDate = null; |
|
|
|
|