Browse Source

会员项目列表董事长审核BUG修复

anderx 3 years ago
parent
commit
311b50cb9a
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

@@ -1804,7 +1804,7 @@
     <if test="shiroType ==2">
       left join department d on b.order_dep =d.id
     </if>
-    where  b.delete_sign in (0,2) and b.approval in (0,1,2)
+    where  b.delete_sign in (0,2)
     and a.process_status in (1,2,3,4)
     <if test="shiroType ==1">
         and b.salesman_id = #{aid}
@@ -1872,7 +1872,7 @@
       <if test="shiroType ==2">
         left join department d on b.order_dep =d.id
       </if>
-      where  b.delete_sign in (0,2) and b.approval in (0,1,2)
+      where  b.delete_sign in (0,2)
       and a.process_status in (1,2,3,4)
       <if test="shiroType ==1">
         and b.salesman_id = #{aid}