Parcourir la source

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

anderx il y a 2 ans
Parent
commit
906b525a86

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