浏览代码

我的列表合并后未发起不显示BUG

anderx 2 年之前
父节点
当前提交
b785a7679d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/goafanti/common/mapper/ExpenseAccountMapper.xml

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

@@ -860,7 +860,7 @@
     <if test=" roleType ==0">
       and b.aid = #{aid}
       <if test="listStatus ==0">
-        and b.status >0
+        and b.status >=0
       </if>
       <if test="listStatus ==1">
         and b.status =2