src/main/kotlin/com/flightfeather/uav/common/utils/DateUtil.kt @@ -650,7 +650,7 @@ * @param date 日期 * @return 时间 */ fun getTime(date: Date): String? { fun getTime(date: Date?): String? { return dateToString(date, DateStyle.HH_MM_SS) }