chen.lin
3 天以前 faa124062a9f3c1ec459caaaf16059243510de5d
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);
    }
}