<if test="startTime !=null and startTime !=''">
and a.SIGN_TIME >= to_date('${startTime}' , 'yyyy-mm-dd hh24:mi:ss')
</if>
<if test="endTime !=null and endTime !=''">
and a.SIGN_TIME <= to_date('${endTime}' , 'yyyy-mm-dd hh24:mi:ss')
</if>
mybatis时间查询条件
最新推荐文章于 2025-04-17 20:10:26 发布