|  | @@ -4,6 +4,7 @@ import com.ruoyi.ccb.domain.*;
 | 
	
		
			
				|  |  |  import com.ruoyi.ccb.domain.basic.Page;
 | 
	
		
			
				|  |  |  import com.ruoyi.ccb.service.CcbHttpService;
 | 
	
		
			
				|  |  |  import lombok.AllArgsConstructor;
 | 
	
		
			
				|  |  | +import org.springframework.beans.factory.annotation.Autowired;
 | 
	
		
			
				|  |  |  import org.springframework.web.bind.annotation.GetMapping;
 | 
	
		
			
				|  |  |  import org.springframework.web.bind.annotation.RequestBody;
 | 
	
		
			
				|  |  |  import org.springframework.web.bind.annotation.RequestMapping;
 | 
	
	
		
			
				|  | @@ -19,7 +20,10 @@ import org.springframework.web.bind.annotation.RestController;
 | 
	
		
			
				|  |  |  @RequestMapping("/ccb")
 | 
	
		
			
				|  |  |  public class CcbController {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -    private final CcbHttpService ccbHttpService;
 | 
	
		
			
				|  |  | +    @Autowired
 | 
	
		
			
				|  |  | +    private CcbHttpService ccbHttpService;
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    //private final CcbHttpService ccbHttpService;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      /**
 | 
	
		
			
				|  |  |       * 查询保管凭证号
 |