wujianwei
2026-04-01 c11e6f07b031eea6c7de4c5508b8dbf0ee01d2c7
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));
    }