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