date类型
select * from t_base_employee t where t.modify_time>to_date('2018-06-28 00:00:00','yyyy-mm-dd hh24:mi:ss') and t.modify_time<to_date('2018-06-29 12:00:00','yyyy-mm-dd hh24:mi:ss');select * from t_base_employee t where t.modi
date类型
select * from t_base_employee t where t.modify_time>to_date('2018-06-28 00:00:00','yyyy-mm-dd hh24:mi:ss') and t.modify_time<to_date('2018-06-29 12:00:00','yyyy-mm-dd hh24:mi:ss');select * from t_base_employee t where t.modi