| | |
| | | if (comActActActRegistDO.getEndTime() != null) { |
| | | return R.fail("无法重复签退"); |
| | | } |
| | | int retrieveIntegral = 0; |
| | | comActActRegistDO.setId(comActActActRegistDO.getId()); |
| | | comActActRegistDO.setEndTime(nowDate); |
| | | comActActRegistDO.setAward(retrieveIntegral); |
| | | comActActRegistDO.setAward(0); |
| | | int result = comActActRegistDAO.updateById(comActActRegistDO); |
| | | if (result > 0) { |
| | | if (isHave) { |
| | |
| | | |
| | | //查询个人金汇币总额 |
| | | R<JinhuiCoinGeneralTable> jinhuiCoinGeneralTable=jinhuiCommunityService.coinTableGetDetails(userId+""); |
| | | if(jinhuiCoinGeneralTable!=null) |
| | | if(jinhuiCoinGeneralTable.getData()!=null) |
| | | { |
| | | if (!StringUtils.isEmpty(jinhuiCoinGeneralTable.getData().getGoldCoin())) |
| | | { |