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