Commit 9f072997 authored by zhaji's avatar zhaji

"feature-zhaJi:优化电子保单查询列表的展示"

parent 2544978d
...@@ -49,6 +49,7 @@ ...@@ -49,6 +49,7 @@
<if test="param.endTime != null and param.endTime.trim() != '' "> <if test="param.endTime != null and param.endTime.trim() != '' ">
AND e.CREATE_TIME <![CDATA[ <= ]]> concat(#{param.endTime}, ' 23:59:59') AND e.CREATE_TIME <![CDATA[ <= ]]> concat(#{param.endTime}, ' 23:59:59')
</if> </if>
order by e.CREATE_TIME desc
</select> </select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment