wujianwei
2025-12-23 f90c70b7cfe4492df2e12433f960717ca47f7852
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));
    }
    /**