소스 검색

报销开发子报销列表新增字段

anderx 2 년 전
부모
커밋
906b525a86
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. 0 6
      src/main/java/com/goafanti/common/mapper/ExpenseAccountMapper.xml

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

@@ -890,12 +890,6 @@
     <if test=" status != null">
       and b.status = #{status}
     </if>
-    <if test="listStatus ==0">
-      and b.status in(0,1,3)
-    </if>
-    <if test="listStatus ==1">
-      and b.status =2
-    </if>
     <if test=" roleType ==0">
       and b.aid = #{aid}
     </if>