Browse Source

报销详情修改

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

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

@@ -486,7 +486,7 @@
         and a.status in (1,2)
       </if>
       <if test="examineStatus ==1">
-      and a.process_status> 1
+      and a.process_status= 2
         and a.status=1
       </if>
       <if test="examineStatus ==2">