src/main/java/com/zy/core/enums/LiftNotReadyType.java @@ -35,7 +35,7 @@ return null; } for (LiftNotReadyType type : LiftNotReadyType.values()) { if (type.id.equals(id.intValue())) { if (type.id.equals(id)) { return type; } }