mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
update 修改充电桩信息
This commit is contained in:
@@ -578,6 +578,13 @@ public class DateUtils extends org.apache.commons.lang3.time.DateUtils {
|
||||
return formatDateTime(date);
|
||||
}
|
||||
|
||||
public static String formatDateTime(LocalTime localTime) {
|
||||
if (localTime == null) {
|
||||
return "";
|
||||
}
|
||||
return localTime.toString();
|
||||
}
|
||||
|
||||
@Data
|
||||
@AllArgsConstructor
|
||||
@NoArgsConstructor
|
||||
|
||||
Reference in New Issue
Block a user