ccj 3 年之前
父节点
当前提交
7161ce826d

+ 2 - 0
winsea-haixin-platform-backend/src/main/resources/application.yml

@@ -77,6 +77,8 @@ auth:
     - /driverViewInfo/**/*
     - /appendix/*
     - /appendix/**/*
+    - /noticeTask/*
+    - /noticeTask/**/*
   expire-in: 36000
   login-url: /login.html
   logout-url: /auth/api/logout

+ 3 - 0
winsea-haixin-plugin-yiliangyiyun/src/main/resources/mapper/SettledCompanyDynamicsMapper.xml

@@ -25,6 +25,9 @@
             <if test="searchType == 3">
                 AND status_flag = '5'
             </if>
+            <if test="searchType == 4">
+                AND status_flag = '8'
+            </if>
         </if>
         <if test="pcFlag != null and pcFlag != ''and pcFlag != '1'">
             AND status_flag != '5'