|
|
|
@ -71,10 +71,10 @@
|
|
|
|
|
<if test="submitDeptId != null and submitDeptId != ''">
|
|
|
|
|
and submit_dept_id = #{submitDeptId}
|
|
|
|
|
</if>
|
|
|
|
|
<if test="publishDateBegin != null and publishDateBegin != ''">
|
|
|
|
|
<if test="publishDateBegin != null ">
|
|
|
|
|
and create_time <![CDATA[ >= ]]> #{publishDateBegin}
|
|
|
|
|
</if>
|
|
|
|
|
<if test="publishDateEnd != null and publishDateEnd != ''">
|
|
|
|
|
<if test="publishDateEnd != null ">
|
|
|
|
|
and create_time <![CDATA[ <= ]]> #{publishDateEnd}
|
|
|
|
|
</if>
|
|
|
|
|
order by create_time desc
|
|
|
|
|