wujianwei
2026-03-06 6cee490b8a95d9439debe0e0beca8e3372ae006b
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));
    }