zouyu
2 天以前 0b0b8419586505154a7e57e7c32c9a44329347ce
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")