From 352d2703b999530bc3bf3aba0cdef4534ae9d622 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期六, 21 九月 2019 00:20:51 +0800
Subject: [PATCH] 优化 小区入驻审核功能

---
 WebService/src/main/java/com/java110/web/smo/community/impl/AuditCommunitySMOImpl.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/WebService/src/main/java/com/java110/web/smo/community/impl/AuditCommunitySMOImpl.java b/WebService/src/main/java/com/java110/web/smo/community/impl/AuditCommunitySMOImpl.java
index a884844..0d66e9d 100644
--- a/WebService/src/main/java/com/java110/web/smo/community/impl/AuditCommunitySMOImpl.java
+++ b/WebService/src/main/java/com/java110/web/smo/community/impl/AuditCommunitySMOImpl.java
@@ -29,12 +29,12 @@
 
         //super.validatePageInfo(pd);
 
-        Assert.hasKeyAndValue(paramIn, "communityId", "灏忓尯ID涓嶈兘涓虹┖");
+        Assert.hasKeyAndValue(paramIn, "communityMemberId", "灏忓尯ID涓嶈兘涓虹┖");
         Assert.hasKeyAndValue(paramIn, "state", "蹇呭~锛岃濉啓灏忓尯瀹℃牳鐘舵��");
         Assert.hasKeyAndValue(paramIn, "remark", "蹇呭~锛岃濉啓灏忓尯瀹℃牳鍘熷洜");
 
 
-        super.checkUserHasPrivilege(pd, restTemplate, PrivilegeCodeConstant.AUDIT_COMMUNITY);
+        super.checkUserHasPrivilege(pd, restTemplate, PrivilegeCodeConstant.AUDIT_ENTER_COMMUNITY);
 
     }
 
@@ -45,7 +45,7 @@
         super.validateStoreStaffRelationship(pd, restTemplate);
 
         responseEntity = this.callCenterService(restTemplate, pd, paramIn.toJSONString(),
-                ServiceConstant.SERVICE_API_URL + "/api/community.auditCommunity",
+                ServiceConstant.SERVICE_API_URL + "/api/community.auditEnterCommunity",
                 HttpMethod.POST);
         return responseEntity;
     }

--
Gitblit v1.8.0