소스 검색

回退BUG

anderx 2 년 전
부모
커밋
efdfa1af46
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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">