dev
This commit is contained in:
parent
2db02e7aed
commit
d1507ede5b
|
|
@ -54,7 +54,7 @@ public abstract class BaseInputModel {
|
||||||
}
|
}
|
||||||
map.put(mapKey, mappedList);
|
map.put(mapKey, mappedList);
|
||||||
}
|
}
|
||||||
if (value instanceof java.time.LocalDate) {
|
else if (value instanceof java.time.LocalDate) {
|
||||||
String dateStr= ((java.time.LocalDate) value).format(java.time.format.DateTimeFormatter.ISO_LOCAL_DATE);
|
String dateStr= ((java.time.LocalDate) value).format(java.time.format.DateTimeFormatter.ISO_LOCAL_DATE);
|
||||||
DebugUtil.out(mapKey+":"+dateStr);
|
DebugUtil.out(mapKey+":"+dateStr);
|
||||||
map.put(mapKey, dateStr);
|
map.put(mapKey, dateStr);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue