#
luxiaotao1123
2024-12-09 89ba00d0942cc5936abc006c9e6cbce8a2a6216f
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");
            }
        }
    }