Commit f3816fb4 authored by hongguangwu's avatar hongguangwu

MVP1.7.12-瓜子导出档案_附属表

parent 92256f90
......@@ -259,7 +259,7 @@ public class TGzEmpInfoServiceImpl extends ServiceImpl<TGzEmpInfoMapper, TGzEmpI
searchVo.setLimitEnd(CommonConstants.EXCEL_EXPORT_LIMIT);
list = baseMapper.getTGzEmpInfoList(searchVo);
if (Common.isNotNull(list)) {
writeSheet = EasyExcelFactory.writerSheet(index, prfName + index)
writeSheet = EasyExcelFactory.writerSheet(index, "基础信息" + index)
.head(TGzEmpInfoExportMain.class)
.registerConverter(new DictConverter(nameAndDicTypeMap, redisLabelMap)).build();
excelWriter.write(list, writeSheet);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment