瀏覽代碼

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

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>