浏览代码

查询新增筛选人

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

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

@@ -389,6 +389,9 @@
     <if test="status != null">
       and a.status= #{status}
     </if>
+    <if test="type != null">
+      and a.type= #{type}
+    </if>
     <if test="startTime !=null and endTime !=null">
       and a.create_time between #{startTime} and #{endTime}
     </if>
@@ -441,6 +444,9 @@
     <if test="status != null">
       and a.status= #{status}
     </if>
+    <if test="type != null">
+      and a.type= #{type}
+    </if>
     <if test="startTime !=null and endTime !=null">
       and a.create_time between #{startTime} and #{endTime}
     </if>
@@ -490,6 +496,9 @@
     <if test="status != null">
       and a.status= #{status}
     </if>
+    <if test="type != null">
+      and a.type= #{type}
+    </if>
     <if test="startTime !=null and endTime !=null">
       and a.create_time between #{startTime} and #{endTime}
     </if>