zxz 4 年之前
父节点
当前提交
4586ae547a

+ 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'