Browse Source

发起状态下日志显示BUG修复

anderx 2 years ago
parent
commit
1e0b5455ee
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

@@ -379,7 +379,7 @@
       and a.process_status =eae.`type`
     </if>
       <if test="examineStatus ==1">
-        and a.process_status >=eae.`type`
+        and a.process_status >eae.`type`
       </if>
     </if>
     <if test="status != null">