외사장비현황 엑셀 다운로드 오류 수정.

master
강석 최 2022-04-18 17:20:52 +09:00
parent cf89e0cc4d
commit a51e393efb
1 changed files with 1 additions and 1 deletions

View File

@ -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) {