chenlu
8 天以前 23bca603bee6a1ec044949a89c0daa3002fbbe55
north-glass-erp/src/main/java/com/example/erp/controller/AppController.java
@@ -67,8 +67,8 @@
    @ApiOperation("可入库的成品查询接口")
    @PostMapping("/getSelectWarehousingList")
    public Result getSelectWarehousingList(@RequestBody String processId){
        return Result.success(finishedGoodsInventoryService.getSelectWarehousingApp(processId));
    public Result getSelectWarehousingList(@RequestBody Map<String,String> map){
        return Result.success(finishedGoodsInventoryService.getSelectWarehousingApp(map.get("processId")));
    }
    @ApiOperation("成品入库接口")