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