|
|
|
@@ -152,6 +152,7 @@ public class WxBillOtherDepositServiceImpl implements WxBillOtherDepositService |
|
|
|
wxBillOtherDeposit.setStatus(record.getPay().equals(record.getReceivePay()) ? EnumBillDailyStatus.PAID.getCode() : wxBillOtherDeposit.getStatus()); |
|
|
|
wxBillOtherDeposit.setUpdatetime(new Date()); |
|
|
|
wxBillOtherDeposit.setPayWay(record.getPayWay()); |
|
|
|
wxBillOtherDeposit.setComments(record.getComments()); |
|
|
|
try { |
|
|
|
wxBillOtherDepositMapper.updateByPrimaryKeySelective(wxBillOtherDeposit); |
|
|
|
} catch (Exception e) { |
|
|
|
|