| | |
| | | |
| | | |
| | | |
| | | super.checkUserHasPrivilege(pd, restTemplate, PrivilegeCodeConstant.AGENT_HAS_LIST_NOTICE); |
| | | super.checkUserHasPrivilege(pd, restTemplate, PrivilegeCodeConstant.HAS_LIST_NOTICE); |
| | | |
| | | } |
| | | |
| | |
| | | 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); |
| | |
| | | |
| | | |
| | | |
| | | super.checkUserHasPrivilege(pd, restTemplate, PrivilegeCodeConstant.AGENT_HAS_LIST_NOTICE); |
| | | super.checkUserHasPrivilege(pd, restTemplate, PrivilegeCodeConstant.HAS_LIST_NOTICE); |
| | | |
| | | } |
| | | |
| | |
| | | |
| | | |
| | | |
| | | super.checkUserHasPrivilege(pd, restTemplate, PrivilegeCodeConstant.AGENT_HAS_LIST_COMMUNITY); |
| | | super.checkUserHasPrivilege(pd, restTemplate, PrivilegeCodeConstant.HAS_LIST_NOTICE); |
| | | |
| | | } |
| | | |
| | |
| | | |
| | | super.validatePageInfo(pd); |
| | | |
| | | super.checkUserHasPrivilege(pd, restTemplate, PrivilegeCodeConstant.AGENT_HAS_LIST_NOTICE); |
| | | super.checkUserHasPrivilege(pd, restTemplate, PrivilegeCodeConstant.HAS_LIST_NOTICE); |
| | | } |
| | | |
| | | @Override |
| | |
| | | |
| | | |
| | | public static final String AGENT_HAS_LIST_COMMUNITY = "500201906025"; |
| | | public static final String AGENT_HAS_LIST_NOTICE = "500201906026"; |
| | | public static final String HAS_LIST_NOTICE = "500201904009"; |
| | | } |
| | |
| | | </layout> |
| | | </appender> |
| | | |
| | | <logger name="org.springframework" level="DEBUG"> |
| | | <logger name="org.springframework" level="ERROR"> |
| | | <appender-ref ref="STDOUT_FILE" /> |
| | | </logger> |
| | | <logger name="com.java110.api" level="DEBUG"/> |