Browse Source

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

anderx 2 years ago
parent
commit
20a9b9b803
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

@@ -428,7 +428,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">