|  | @@ -686,17 +686,17 @@ public class WMSController extends BaseRESTfulController {
 | 
	
		
			
				|  |  |          return wmsFeign.updateInstruction(map);
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -    @PostMapping("/selectScanResultByIboundResultId")
 | 
	
		
			
				|  |  | -    @ApiOperation(value = "根据入库实绩id获得扫描实绩数据")
 | 
	
		
			
				|  |  | -    @ApiImplicitParams({
 | 
	
		
			
				|  |  | -            @ApiImplicitParam(name = "apiId", value = "", required = false, dataType = "BigDecimal"),
 | 
	
		
			
				|  |  | -    })
 | 
	
		
			
				|  |  | -    public RESTfulResult selectScanResultByIboundResultId(Map<String, Object> mapValue,
 | 
	
		
			
				|  |  | -                                                          Integer apiId,
 | 
	
		
			
				|  |  | -                                                          Integer pageNum,
 | 
	
		
			
				|  |  | -                                                          Integer pageSize) {
 | 
	
		
			
				|  |  | -        return wmsFeign.selectScanResultByIboundResultId(mapValue, apiId, pageNum, pageSize);
 | 
	
		
			
				|  |  | -    }
 | 
	
		
			
				|  |  | +//    @PostMapping("/selectScanResultByIboundResultId")
 | 
	
		
			
				|  |  | +//    @ApiOperation(value = "根据入库实绩id获得扫描实绩数据")
 | 
	
		
			
				|  |  | +//    @ApiImplicitParams({
 | 
	
		
			
				|  |  | +//            @ApiImplicitParam(name = "apiId", value = "", required = false, dataType = "BigDecimal"),
 | 
	
		
			
				|  |  | +//    })
 | 
	
		
			
				|  |  | +//    public RESTfulResult selectScanResultByIboundResultId(Map<String, Object> mapValue,
 | 
	
		
			
				|  |  | +//                                                          Integer apiId,
 | 
	
		
			
				|  |  | +//                                                          Integer pageNum,
 | 
	
		
			
				|  |  | +//                                                          Integer pageSize) {
 | 
	
		
			
				|  |  | +//        return wmsFeign.selectScanResultByIboundResultId(mapValue, apiId, pageNum, pageSize);
 | 
	
		
			
				|  |  | +//    }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      @PostMapping("/getIvboundMakeResultList")
 | 
	
		
			
				|  |  |      @ApiOperation(value = "展示倒库列表")
 |