通过行政区划下载excel新增
parent
8efc4678c4
commit
923fec495f
|
|
@ -502,7 +502,7 @@ public class AddressBookController {
|
||||||
}
|
}
|
||||||
|
|
||||||
ExcelCommon.exportExcel(data,
|
ExcelCommon.exportExcel(data,
|
||||||
"防汛抗旱通讯录", "防汛抗旱通讯录", ExcelABVo.class, "防汛抗旱通讯录_" + adnm + "_" + LocalDateTime.now() + ".xlsx",
|
null, "防汛抗旱通讯录", ExcelABVo.class, "防汛抗旱通讯录_" + adnm + "_" + LocalDateTime.now() + ".xlsx",
|
||||||
response);
|
response);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue