| | |
| | | break; |
| | | case 8: |
| | | changeType = ComActIntegralUserTradeDO.changeType.reduce; |
| | | if (integralUserDTO.getActivityType() == 1) { |
| | | ComActActivityDO actActivityDO2 = comActActivityService.getById(serviceId); |
| | | if (actActivityDO2 != null) { |
| | | amount = -actActivityDO2.getCancelDeduct(); |
| | | if (isVolunteer.equals(1)) { |
| | | if (actActivityDO2.getType()==1) { |
| | | identityType=3; |
| | | remark.append("取消志愿者活动扣除积分"); |
| | | } else if(actActivityDO2.getType()==3){ |
| | |
| | | identityType=1; |
| | | remark.append("取消党员活动扣除积分"); |
| | | } |
| | | } |
| | | |
| | | } |
| | | // else { |
| | | // ComPbActivityDO comPbActivityDO = comBpActivityDAO.selectById(serviceId); |