Browse Source

回退BUG

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

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

@@ -371,7 +371,7 @@
       where auditor= #{auditor} group by eaid) eae on a.id=eae.eaid
     </if>
     where 1=1
-      <if test="superShiro ==2">
+      <if test="processStatus ==2">
         and a.process_status>0
       </if>
     <if test=" aid !=null">
@@ -426,7 +426,7 @@
       where auditor= #{auditor} group by eaid) eae on a.id=eae.eaid
     </if>
     where 1=1
-    <if test="superShiro ==2">
+    <if test="processStatus ==2">
       and a.process_status>0
     </if>
     <if test=" aid !=null">
@@ -477,7 +477,7 @@
       where auditor= #{auditor} group by eaid) eae on a.id=eae.eaid
     </if>
     where 1=1
-    <if test="superShiro ==2">
+    <if test="processStatus ==2">
       and a.process_status>0
     </if>
     <if test=" aid !=null">