| 
						
						
							
								
							
						
						
					 | 
					@ -10,10 +10,7 @@ import com.epmet.dto.result.*; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					import com.epmet.feign.fallback.EpmetUserOpenFeignClientFallback; | 
					 | 
					 | 
					import com.epmet.feign.fallback.EpmetUserOpenFeignClientFallback; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					import org.springframework.cloud.openfeign.FeignClient; | 
					 | 
					 | 
					import org.springframework.cloud.openfeign.FeignClient; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					import org.springframework.http.MediaType; | 
					 | 
					 | 
					import org.springframework.http.MediaType; | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					import org.springframework.web.bind.annotation.GetMapping; | 
					 | 
					 | 
					import org.springframework.web.bind.annotation.*; | 
				
			
			
				
				
			
		
	
		
		
			
				
					 | 
					 | 
					import org.springframework.web.bind.annotation.PathVariable; | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					import org.springframework.web.bind.annotation.PostMapping; | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					import org.springframework.web.bind.annotation.RequestBody; | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					import java.util.List; | 
					 | 
					 | 
					import java.util.List; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					import java.util.Map; | 
					 | 
					 | 
					import java.util.Map; | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
							
								
							
						
						
					 | 
					@ -445,11 +442,11 @@ public interface EpmetUserOpenFeignClient { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    Result<List<GridAuditingBadgeCountResultDTO>> queryGridAuditingBadgeCount(@RequestBody List<String> gridIdList); | 
					 | 
					 | 
					    Result<List<GridAuditingBadgeCountResultDTO>> queryGridAuditingBadgeCount(@RequestBody List<String> gridIdList); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    /** | 
					 | 
					 | 
					    /** | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					     * @param formDTO | 
					 | 
					 | 
					     * @param userId | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					     * @author yinzuomei | 
					 | 
					 | 
					     * @author yinzuomei | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @description 党员认证成功后 添加userBadge记录到数据库 | 
					 | 
					 | 
					     * @description 党员认证成功后 添加userBadge记录到数据库 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     * @Date 2020/11/12 15:41 | 
					 | 
					 | 
					     * @Date 2020/11/12 15:41 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					     **/ | 
					 | 
					 | 
					     **/ | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    @PostMapping(value = "/epmetuser/more/badge/initbadge") | 
					 | 
					 | 
					    @PostMapping(value = "/epmetuser/more/badge/initbadge") | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					    Result<Boolean> initBadge(@RequestBody AddUserPartyBadgeFormDTO formDTO); | 
					 | 
					 | 
					    Result<Boolean> initBadge(@RequestParam String userId); | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					} | 
					 | 
					 | 
					} | 
				
			
			
		
	
	
		
		
			
				
					| 
						
						
						
					 | 
					
  |