zx 3 年之前
父節點
當前提交
864e761d98
共有 2 個文件被更改,包括 12 次插入12 次删除
  1. 11 11
      src/main/java/com/steerinfo/dil/controller/WMSController.java
  2. 1 1
      src/main/resources/bootstrap.yml

+ 11 - 11
src/main/java/com/steerinfo/dil/controller/WMSController.java

@@ -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 = "展示倒库列表")

+ 1 - 1
src/main/resources/bootstrap.yml

@@ -79,5 +79,5 @@ mybatis:
     mapUnderscoreToCamelCase: true
     call-setters-on-nulls: true
 server:
-  port: 8080
+  port: 8081