jh-module-ecg/jh-module-ecg-api/src/main/java/cn/lihu/jh/module/ecg/enums/QueueStatusEnum.java
@@ -1,6 +1,5 @@ package cn.lihu.jh.module.ecg.enums; import cn.hutool.core.util.ObjUtil; import cn.lihu.jh.framework.common.core.IntArrayValuable; import lombok.AllArgsConstructor; import lombok.Getter; @@ -22,7 +21,7 @@ ONSTAGE((byte)30, "就诊中"), FINISH((byte)40, "就诊完成"), PASSED((byte)50, "过号"), PASSED_RETURN((byte)60, "过号回来"); RECALLED((byte)60, "过号回来"); public static final int[] ARRAYS = Arrays.stream(values()).mapToInt(QueueStatusEnum::getStatus).toArray();