zc
3 天以前 a42feaaf6cec14828b291214cc10cf72ab26b309
rsf-open-api/src/main/java/com/vincent/rsf/openApi/controller/WmsErpController.java
@@ -104,8 +104,8 @@
    }
    @ApiOperation("盘点差异修改")
    @PostMapping("/report/check")
    public CommonResponse reportCheck(@RequestBody Map<String, Object> params) {
    @PostMapping("/check/locitem/update")
    public CommonResponse reportCheck(@RequestBody ReportParams params) {
        return wmsErpService.reportCheck(params);
    }