Explorar el Código

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

anderx hace 2 años
padre
commit
20a9b9b803

+ 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">