|  | @@ -96,7 +96,7 @@ public class TWhgenlegController extends BaseController {
 | 
	
		
			
				|  |  |      /**
 | 
	
		
			
				|  |  |       *  统计图  商品 库存 结余 毛重 / 总库容
 | 
	
		
			
				|  |  |       */
 | 
	
		
			
				|  |  | -    @PreAuthorize("@ss.hasPermi('warehouseBusiness:whgenleg:list')")
 | 
	
		
			
				|  |  | +    // @PreAuthorize("@ss.hasPermi('warehouseBusiness:whgenleg:list')")
 | 
	
		
			
				|  |  |      @GetMapping("/goodsList/{fId}")
 | 
	
		
			
				|  |  |      public AjaxResult goodsList(@PathVariable("fId") Long fId) {
 | 
	
		
			
				|  |  |          return AjaxResult.success(tWhgenlegService.selectGoodsList(fId));
 | 
	
	
		
			
				|  | @@ -105,7 +105,7 @@ public class TWhgenlegController extends BaseController {
 | 
	
		
			
				|  |  |      /**
 | 
	
		
			
				|  |  |       *  统计图  仓库 毛重 / 库容
 | 
	
		
			
				|  |  |       */
 | 
	
		
			
				|  |  | -    @PreAuthorize("@ss.hasPermi('warehouseBusiness:whgenleg:list')")
 | 
	
		
			
				|  |  | +    // @PreAuthorize("@ss.hasPermi('warehouseBusiness:whgenleg:list')")
 | 
	
		
			
				|  |  |      @GetMapping("/wareHouseList")
 | 
	
		
			
				|  |  |      public TableDataInfo wareHouseList() {
 | 
	
		
			
				|  |  |          startPage();
 |