From c7f70b4a6516864d186987076eb1b39a56f52c53 Mon Sep 17 00:00:00 2001
From: webapp <webapp@home-server.attdns.com>
Date: 星期六, 28 九月 2019 22:44:45 +0800
Subject: [PATCH] 公告功能优化 编辑从modal 改为div
---
WebService/src/main/java/com/java110/web/smo/community/impl/AuditCommunitySMOImpl.java | 5 +++--
1 files changed, 3 insertions(+), 2 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 2629774..a884844 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
@@ -34,14 +34,15 @@
Assert.hasKeyAndValue(paramIn, "remark", "蹇呭~锛岃濉啓灏忓尯瀹℃牳鍘熷洜");
- super.checkUserHasPrivilege(pd, restTemplate, PrivilegeCodeConstant.AGENT_HAS_LIST_COMMUNITY);
+ super.checkUserHasPrivilege(pd, restTemplate, PrivilegeCodeConstant.AUDIT_COMMUNITY);
}
@Override
protected ResponseEntity<String> doBusinessProcess(IPageData pd, JSONObject paramIn) {
ResponseEntity<String> responseEntity = null;
- super.validateStoreStaffCommunityRelationship(pd, restTemplate);
+ //super.validateStoreStaffCommunityRelationship(pd, restTemplate);
+ super.validateStoreStaffRelationship(pd, restTemplate);
responseEntity = this.callCenterService(restTemplate, pd, paramIn.toJSONString(),
ServiceConstant.SERVICE_API_URL + "/api/community.auditCommunity",
--
Gitblit v1.8.0