#
luxiaotao1123
2025-03-18 85ecc4d9a9af134cdf447a2c27e65f1a75f265db
zy-acs-manager/src/main/java/com/zy/acs/manager/manager/service/impl/TravelServiceImpl.java
@@ -40,7 +40,7 @@
            travel.setState(TravelStateType.FINISH.toString());
            travel.setUpdateTime(new Date());
            if (!this.updateById(travel)) {
                throw new CoolException("更新Travel失败");
                throw new CoolException("Travel failed to update");
            }
        }
    }