代码调整

This commit is contained in:
2024-12-05 10:51:01 +08:00
parent fe756e0f87
commit 1ff860bda9
2 changed files with 2 additions and 2 deletions

View File

@@ -118,7 +118,7 @@ public class SgEventServiceImpl extends ServiceImpl<SgEventMapper, SgEvent> impl
@Override
public void downloadTemplate() {
ExcelUtil.exportExcel("暂降事件模板.xls", "暂降数据", SgEventExcel.class, new ArrayList<>());
ExcelUtil.exportExcel("暂降事件模板.csv", "暂降数据", SgEventExcel.class, new ArrayList<>());
}
/**