| | |
| | | update.setCheckUserId(user.getId()); |
| | | update.setStatus(Constants.SettleClaimsStatus.FINISH_ACCEPTANCE.getKey()); |
| | | update.setId(model.getId()); |
| | | update.setYlClaimAccount(Constants.formatBigdecimal(param.getYlClaimAccount())); |
| | | update.setSwClaimAccount(Constants.formatBigdecimal(param.getSwClaimAccount())); |
| | | update.setWgClaimAccount(Constants.formatBigdecimal(param.getWgClaimAccount())); |
| | | update.setScClaimAccount(Constants.formatBigdecimal(param.getScClaimAccount())); |
| | | update.setClaimAccount(update.getYlClaimAccount().add(update.getSwClaimAccount()).add(update.getScClaimAccount()).add(update.getWgClaimAccount())); |
| | | settleClaimsMapper.updateById(update); |
| | | |
| | | Constants.SettleClaimsLogType applyLogType = Constants.SettleClaimsLogType.PLATFORM_FINISH; |