<if test="beginDate!=null and beginDate!=''"> <![CDATA[ and time>= to_date(#{beginDate},'yyyy-MM-dd HH24:mi:ss')]]> </if> <if test="endDate != null and endDate != '' "> <![CDATA[ and time<= to_date(#{endDate},'yyyy-MM-dd HH24:mi:ss')]]> </if>
MyBtis中涉及Oracle日期查询问题
最新推荐文章于 2022-11-01 14:29:55 发布