|
|
@@ -36,7 +36,7 @@ Assert.hasKeyAndValue(paramIn, "startTime", "必选,请填写开始时间 2019
|
|
|
|
|
|
|
|
|
|
|
|
- super.checkUserHasPrivilege(pd, restTemplate, PrivilegeCodeConstant.AGENT_HAS_LIST_NOTICE);
|
|
|
+ super.checkUserHasPrivilege(pd, restTemplate, PrivilegeCodeConstant.HAS_LIST_NOTICE);
|
|
|
|
|
|
}
|
|
|
|
|
|
@@ -45,6 +45,8 @@ Assert.hasKeyAndValue(paramIn, "startTime", "必选,请填写开始时间 2019
|
|
|
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.saveNotice",
|
|
|
HttpMethod.POST);
|