@@ -77,6 +77,8 @@ auth:
- /driverViewInfo/**/*
- /appendix/*
- /appendix/**/*
+ - /noticeTask/*
+ - /noticeTask/**/*
expire-in: 36000
login-url: /login.html
logout-url: /auth/api/logout
@@ -25,6 +25,9 @@
<if test="searchType == 3">
AND status_flag = '5'
</if>
+ <if test="searchType == 4">
+ AND status_flag = '8'
+ </if>
<if test="pcFlag != null and pcFlag != ''and pcFlag != '1'">
AND status_flag != '5'