wuxw
2019-04-28 2633f776bb8fdb0b1efe3a56293b6a1bb04616a7
WebService/src/main/java/com/java110/web/smo/impl/NavServiceSMOImpl.java
@@ -102,7 +102,7 @@
        for (int communityIndex = 0; communityIndex < communitys.size(); communityIndex++) {
            tempCommunity = communitys.getJSONObject(communityIndex);
            if (!StatusConstant.STATUS_CD_VALID.equals(tempCommunity.getString("statusCd"))) {
            if (!StatusConstant.STATUS_CD_AUDIT_COMPLETE.equals(tempCommunity.getString("auditStatusCd"))) {
                continue;
            }
            newCommunity = new JSONObject();