소스 검색

我的列表合并后未发起不显示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