|
@@ -19,7 +19,7 @@
|
|
|
<if test="startDate !=null and startDate !='' and endDate !=null and endDate !=''">
|
|
|
and create_time BETWEEN #{startDate} and #{endDate}
|
|
|
</if>
|
|
|
- <if test='status !=null and status !="" and status !=3'>
|
|
|
+ <if test='status !=null and status !="" and status !=2'>
|
|
|
and status =#{status}
|
|
|
</if>
|
|
|
<if test="list!=null and list.size() > 0">
|