摘要:
(1)根据new Date().getTime()获取从1970年1月1日0点0分到目前的毫秒数计算三天前的时间: Date dateBy3Days = new Date(new Date().getTime()-3*24*60*60*1000); SimpleDateFormat sdf = ne 阅读全文
摘要:
select * from b_stationregiontree s LEFT JOIN b_station_dict b ON s.station_code = b.s_station_telecode where b.s_id = :stationId 例1、(JPA) @Query(valu 阅读全文