외사장비현황 엑셀 다운로드 오류 수정.
parent
cf89e0cc4d
commit
a51e393efb
|
|
@ -100,7 +100,7 @@ public class ExcelExporter<T> extends AbstractExcelExport {
|
||||||
|
|
||||||
try {
|
try {
|
||||||
if (t instanceof Map<?, ?>) {
|
if (t instanceof Map<?, ?>) {
|
||||||
Object o = ((Map<?, ?>) t).get(key);
|
Object o = ((Map<?, ?>) t).get(key.toLowerCase());
|
||||||
if (o instanceof String) {
|
if (o instanceof String) {
|
||||||
value = o.toString();
|
value = o.toString();
|
||||||
} else if (o instanceof Integer || o instanceof Double || o instanceof Long) {
|
} else if (o instanceof Integer || o instanceof Double || o instanceof Long) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue