优化,修改LocalDate

release_1.0.0
liu 10 months ago
parent 93c5fa9966
commit 4738cf5a5b

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

Loading…
Cancel
Save