wujianwei
2025-12-29 210e36fca8c7d1e4e2d73e1679da5a45cf4188d2
tms/src/main/java/com/ruoyi/tms/controller/TmsTripController.java
@@ -79,8 +79,7 @@
    @PreAuthorize("@ss.hasPermi('tms:tmsTrip:add')")
    @Log(title = "行程", businessType = BusinessType.INSERT)
    @PostMapping
    public AjaxResult add(@RequestBody TmsTrip tmsTrip)
    {
    public AjaxResult add(@RequestBody TmsTrip tmsTrip) throws Exception {
        return toAjax(tmsTripService.insertTmsTrip(tmsTrip));
    }