springcloud_k8s_panzhihuazhihuishequ/.idea/jarRepositories.xml
@@ -4,12 +4,12 @@ <remote-repository> <option name="id" value="central" /> <option name="name" value="Central Repository" /> <option name="url" value="http://maven.aliyun.com/nexus/content/groups/public/" /> <option name="url" value="https://repo.maven.apache.org/maven2" /> </remote-repository> <remote-repository> <option name="id" value="central" /> <option name="name" value="Central Repository" /> <option name="url" value="https://repo.maven.apache.org/maven2" /> <option name="url" value="http://maven.aliyun.com/nexus/content/groups/public/" /> </remote-repository> <remote-repository> <option name="id" value="releases" /> springcloud_k8s_panzhihuazhihuishequ/service_sangeshenbian/src/main/java/com/panzhihua/sangeshenbian/service/impl/PartyMemberServiceImpl.java
@@ -357,7 +357,7 @@ streetId = adminUser.getStreetId(); } else if (accountLevel == ReportTypeEnum.DISTRICT.getCode()) { districtsCode = adminUser.getDistrictsCode(); } else if(accountLevel != ReportTypeEnum.PARTY.getCode()){ } else if(accountLevel != ReportTypeEnum.CITY.getCode()){ throw new ServiceException("无权审核:未知等级"); } String phone = loginUserInfo.getPhone();