Browse Source

会员项目列表修改

anderx 3 years ago
parent
commit
e63c4977d4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/java/com/goafanti/common/mapper/TOrderTaskMapper.xml

+ 2 - 2
src/main/java/com/goafanti/common/mapper/TOrderTaskMapper.xml

@@ -1744,7 +1744,7 @@
     </if>
     where  b.delete_sign in (0,2) and b.approval in (0,1,2)
     <if test="shiroType ==0">
-      and a.process_status in (0,1,2,3)
+      and a.process_status in (1,2,3,4)
     </if>
     <if test="shiroType ==1">
       and a.process_status in (1,2,3,4)
@@ -1815,7 +1815,7 @@
       </if>
       where  b.delete_sign in (0,2) and b.approval in (0,1,2)
       <if test="shiroType ==0">
-        and a.process_status in (0,1,2,3)
+        and a.process_status in (1,2,3,4)
       </if>
       <if test="shiroType ==1">
         and a.process_status in (1,2,3,4)