zc
3 天以前 a42feaaf6cec14828b291214cc10cf72ab26b309
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);
    }
}