zhangyuewww 3 년 전
부모
커밋
1b67583806
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      winsea-haixin-plugin-yiliangyiyun/src/main/resources/mapper/ContractManagementInfoMapper.xml

+ 2 - 2
winsea-haixin-plugin-yiliangyiyun/src/main/resources/mapper/ContractManagementInfoMapper.xml

@@ -14,7 +14,7 @@
         and m.delete_flag = '0'
         <if test="searchType != null and searchType != ''">
             <if test="searchType == 1">
-                AND m.status_flag != '3'
+                AND (m.status_flag != '3' or approve_status='待决策人审核')
             </if>
             <if test="searchType == 2">
                 AND m.status_flag = '3'
@@ -77,7 +77,7 @@
         and m.delete_flag = '0'
         <if test="searchType != null and searchType != ''">
             <if test="searchType == 1">
-                AND m.status_flag != '3'
+                AND (m.status_flag != '3' or approve_status='待决策人审核')
             </if>
             <if test="searchType == 2">
                 AND m.status_flag = '3'