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