吴学文
2019-07-05 e61ff6178b6dfa2cd969d92dd813d98f494f7a74
修改日志级别
6个文件已修改
14 ■■■■■ 已修改文件
WebService/src/main/java/com/java110/web/smo/notice/impl/AddNoticeSMOImpl.java 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebService/src/main/java/com/java110/web/smo/notice/impl/DeleteNoticeSMOImpl.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebService/src/main/java/com/java110/web/smo/notice/impl/EditNoticeSMOImpl.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebService/src/main/java/com/java110/web/smo/notice/impl/ListNoticesSMOImpl.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
java110-common/src/main/java/com/java110/common/constant/PrivilegeCodeConstant.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
java110-config/src/main/resources/logback.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebService/src/main/java/com/java110/web/smo/notice/impl/AddNoticeSMOImpl.java
@@ -36,7 +36,7 @@
        super.checkUserHasPrivilege(pd, restTemplate, PrivilegeCodeConstant.AGENT_HAS_LIST_NOTICE);
        super.checkUserHasPrivilege(pd, restTemplate, PrivilegeCodeConstant.HAS_LIST_NOTICE);
    }
@@ -45,6 +45,8 @@
        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);
WebService/src/main/java/com/java110/web/smo/notice/impl/DeleteNoticeSMOImpl.java
@@ -33,7 +33,7 @@
        super.checkUserHasPrivilege(pd, restTemplate, PrivilegeCodeConstant.AGENT_HAS_LIST_NOTICE);
        super.checkUserHasPrivilege(pd, restTemplate, PrivilegeCodeConstant.HAS_LIST_NOTICE);
    }
WebService/src/main/java/com/java110/web/smo/notice/impl/EditNoticeSMOImpl.java
@@ -36,7 +36,7 @@
        super.checkUserHasPrivilege(pd, restTemplate, PrivilegeCodeConstant.AGENT_HAS_LIST_COMMUNITY);
        super.checkUserHasPrivilege(pd, restTemplate, PrivilegeCodeConstant.HAS_LIST_NOTICE);
    }
WebService/src/main/java/com/java110/web/smo/notice/impl/ListNoticesSMOImpl.java
@@ -36,7 +36,7 @@
        super.validatePageInfo(pd);
        super.checkUserHasPrivilege(pd, restTemplate, PrivilegeCodeConstant.AGENT_HAS_LIST_NOTICE);
        super.checkUserHasPrivilege(pd, restTemplate, PrivilegeCodeConstant.HAS_LIST_NOTICE);
    }
    @Override
java110-common/src/main/java/com/java110/common/constant/PrivilegeCodeConstant.java
@@ -60,5 +60,5 @@
    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";
}
java110-config/src/main/resources/logback.xml
@@ -60,7 +60,7 @@
        </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"/>