|  | @@ -78,9 +78,6 @@ public class PmsProductController {
 | 
	
		
			
				|  |  |      @ResponseBody
 | 
	
		
			
				|  |  |      public CommonResult plOfProSelect(@RequestParam(value = "compId",required = false) Long compId) {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -        if(StringUtils.isEmpty(compId)){
 | 
	
		
			
				|  |  | -            compId = CurrUserUtil.getCompIdInfo();
 | 
	
		
			
				|  |  | -        }
 | 
	
		
			
				|  |  |          List<SelectVo> plOfProSelect = productService.plOfProSelect(compId);
 | 
	
		
			
				|  |  |          return CommonResult.success(plOfProSelect);
 | 
	
		
			
				|  |  |      }
 |