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

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

@@ -13,7 +13,7 @@
         and p.delete_flag = '0'
         <if test="searchType != null and searchType != ''">
             <if test="searchType == 1">
-                AND p.status_flag != '1'
+                AND p.status_flag = '1'
             </if>
             <if test="searchType == 2">
                 AND p.status_flag = '3'
@@ -73,7 +73,7 @@
         and p.delete_flag = '0'
         <if test="searchType != null and searchType != ''">
             <if test="searchType == 1">
-                AND p.status_flag != '1'
+                AND p.status_flag = '1'
             </if>
             <if test="searchType == 2">
                 AND p.status_flag = '3'