|  |  | @ -29,8 +29,8 @@ public class CodeRelController { | 
			
		
	
		
		
			
				
					
					|  |  |  |     private CodeRelServiceImpl codeRelService; |  |  |  |     private CodeRelServiceImpl codeRelService; | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |     @ApiOperation(value = "获取指定信息", response = CodeRel.class) |  |  |  |     @ApiOperation(value = "获取指定信息", response = CodeRel.class) | 
			
		
	
		
		
			
				
					
					|  |  |  |     @GetMapping("/list") |  |  |  |     @PostMapping("/list") | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |     public BaseResponse getList(CodeRel param) { |  |  |  |     public BaseResponse getList(@RequestBody CodeRel param) { | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  |         if ( param == null || |  |  |  |         if ( param == null || | 
			
		
	
		
		
			
				
					
					|  |  |  |                 (StrUtil.isBlank(param.getDinamecode()) && StrUtil.isBlank(param.getDrugcode())) |  |  |  |                 (StrUtil.isBlank(param.getDinamecode()) && StrUtil.isBlank(param.getDrugcode())) | 
			
		
	
		
		
			
				
					
					|  |  |  |         ){ |  |  |  |         ){ | 
			
		
	
	
		
		
			
				
					|  |  | 
 |