wujianwei
2025-12-12 2b94042dad78f689a4c0e26259e3b08da5665905
tms/src/main/java/com/ruoyi/tms/controller/TmsConsignorController.java
@@ -81,7 +81,7 @@
    @PostMapping
    public AjaxResult add(@RequestBody TmsConsignor tmsConsignor)
    {
        return toAjax(tmsConsignorService.insertTmsConsignor(tmsConsignor));
        return AjaxResult.success(tmsConsignorService.insertTmsConsignor(tmsConsignor));
    }
    /**