Riku
2025-07-13 37d47c6a7ab0f454b948b68c987146b261117993
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)
    }