1
5 天以前 9542df75702c17ecc976b5a7a71f78cc9be85e4d
rsf-server/src/main/java/com/vincent/rsf/server/manager/enums/LocStsType.java
@@ -43,7 +43,7 @@
     */
    public static String getLocSts(String val) {
        if (val.equals(RcsLocStsType.LOC_STS_TYPE_D.type)) {
            return LocStsType.LOC_STS_TYPE_D.type;
            return LocStsType.LOC_STS_TYPE_O.type;
        } else if (val.equals(RcsLocStsType.LOC_STS_TYPE_F.type)) {
            return LocStsType.LOC_STS_TYPE_F.type;
        } else if (val.equals(RcsLocStsType.LOC_STS_TYPE_S.type)) {