|
|
@ -85,7 +85,7 @@ public class IcUserDemandSatisfactionServiceImpl extends BaseServiceImpl<IcUserD |
|
|
|
satisfactionCalFormDTO.setServiceType(serviceEntity.getServiceType()); |
|
|
|
satisfactionCalFormDTO.setServerId(serviceEntity.getServerId()); |
|
|
|
icPartyUnitService.calPartyUnitSatisfation(satisfactionCalFormDTO); |
|
|
|
}else if(UserDemandConstant.VOLUNTEER.equals(serviceEntity.getServiceType())){ |
|
|
|
} else if (UserDemandConstant.VOLUNTEER.equals(serviceEntity.getServiceType()) && null != demand.getAwardPoint() && demand.getAwardPoint() > NumConstant.ZERO) { |
|
|
|
List<BasePointEventMsg> actPointEventMsgList = new ArrayList<>(); |
|
|
|
BasePointEventMsg actPointEventMsg = new BasePointEventMsg(); |
|
|
|
actPointEventMsg.setCustomerId(demand.getCustomerId()); |
|
|
|