Sfoglia il codice sorgente

财务审核列表处理

anderx 2 anni fa
parent
commit
ebad95a1eb

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