fixed 车辆编辑详情

master
zhangjinli 2 years ago
parent 2243c124f3
commit 7bf5fd4f3c

@ -23,6 +23,8 @@ public class ExcelExport {
List<Map> list = entry.getValue();
if( list.size() == 0){
continue;
}
// 创建一个Sheet页
XSSFSheet sheet = wb.createSheet(sheetName);

Loading…
Cancel
Save