| | |
| | | //添加分配人员 |
| | | if(comActMicroWishVO.getHandleList() != null && comActMicroWishVO.getHandleList().size() > 0){ |
| | | comActMicroWishVO.getHandleList().forEach(handle -> { |
| | | easyPhotoHandlerService.addHandleRecord(microWishDO.getCommunityId(),comActMicroWishVO.getUserId() |
| | | easyPhotoHandlerService.addHandleRecord(microWishDO.getCommunityId(),handle.getUserId() |
| | | ,microWishDO.getId(),handle.getType(), ComActEasyPhotoHandler.ServiceType.WXY); |
| | | }); |
| | | } |
| | |
| | | AND t.submit_user_id = tmp.submit_user_id |
| | | WHERE |
| | | state IN ( 1, 3 ) |
| | | AND community_id = $ { comMngVolunteerMngVO.communityId } |
| | | AND community_id = #{comMngVolunteerMngVO.communityId} |
| | | <if test = 'comMngVolunteerMngVO.name != null and comMngVolunteerMngVO.name.trim() != ""' > |
| | | AND t.NAME LIKE concat(#{comMngVolunteerMngVO.name},'%') |
| | | </if> |