WebService/src/main/java/com/java110/web/smo/notice/impl/EditNoticeSMOImpl.java
@@ -44,7 +44,7 @@ protected ResponseEntity<String> doBusinessProcess(IPageData pd, JSONObject paramIn) { ResponseEntity<String> responseEntity = null; super.validateStoreStaffCommunityRelationship(pd, restTemplate); paramIn.put("userId", pd.getUserId()); responseEntity = this.callCenterService(restTemplate, pd, paramIn.toJSONString(), ServiceConstant.SERVICE_API_URL + "/api/notice.updateNotice", HttpMethod.POST);