maven
4 天以前 8ec6234d1879d9f554f04f6a864a1ca1ff253df4
src/main/java/com/ruoyi/production/controller/ProductionOrderController.java
@@ -37,7 +37,7 @@
    @Log(title = "生产订单-分页查询", businessType = BusinessType.OTHER)
    @ApiOperation("生产订单-分页查询")
    public AjaxResult listPage(Page page, ProductionOrder productionOrder) {
        return AjaxResult.success(productionOrderService.listPage(page, productionOrder));
        return productionOrderService.listPage(page, productionOrder);
    }
    @PostMapping("/addProductionOrder")