소스 검색

财务审核列表处理

anderx 2 년 전
부모
커밋
ebad95a1eb
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/main/java/com/goafanti/common/mapper/ExpenseAccountMapper.xml

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

@@ -903,11 +903,11 @@
         <if test="roleType ==3">
           <if test="listStatus ==0">
             and b.process_status in (3,4,8) and b.status=1
-            and (b.process_status =eae.type or b.process_status=8)
+            and b.process_status =eae.type
           </if>
           <if test="listStatus ==1">
             and b.process_status &gt; 3
-            and ((b.process_status &gt; eae.type and  b.process_status &gt; 8) or (b.process_status =8 and b.status=2))
+            and ((b.process_status &gt; eae.type ) or (b.process_status =8 and b.status=2))
           </if>
         </if>
     </if>