zc
2025-11-19 9c2df944ffcd3a60312ae179d347f16f2c36a0ea
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);
    }
}