chen.lin
4 天以前 6a91d01a45e190e6f7fad87a3705e1a310254cec
rsf-open-api/src/main/java/com/vincent/rsf/openApi/controller/WmsErpController.java
@@ -106,7 +106,7 @@
    @ApiOperation("盘点差异修改")
    @PostMapping("/check/locitem/update")
    public CommonResponse reportCheck(@RequestBody ReportParams params) {
        return wmsErpService.reportOrders(params);
        return wmsErpService.reportCheck(params);
    }
}