|
|
@ -141,7 +141,7 @@ |
|
|
and status like #{status} |
|
|
and status like #{status} |
|
|
</if> |
|
|
</if> |
|
|
<if test="startDate != null "> |
|
|
<if test="startDate != null "> |
|
|
and created_date <![CDATA[>=]]> #{createdDate} |
|
|
|
|
|
|
|
|
and created_date <![CDATA[>=]]> #{startDate} |
|
|
</if> |
|
|
</if> |
|
|
<if test="endDate != null "> |
|
|
<if test="endDate != null "> |
|
|
and created_date <![CDATA[<=]]> #{endDate} |
|
|
and created_date <![CDATA[<=]]> #{endDate} |
|
|
|