导入修改
This commit is contained in:
parent
c830441eac
commit
3095177ba8
|
|
@ -193,7 +193,7 @@ public class ImportNoPhotoExcelHelper {
|
|||
if (row.getRowNum() < 2) continue;
|
||||
break;
|
||||
case "WagesDetailsBean":
|
||||
if (row.getRowNum() < 6) continue;
|
||||
if (row.getRowNum() < 5) continue;
|
||||
break;
|
||||
case "CCBWagesDetailsBean":
|
||||
if (row.getRowNum() < 1) continue;
|
||||
|
|
|
|||
|
|
@ -381,7 +381,7 @@ public class WagesServiceImpl implements WagesService {
|
|||
}
|
||||
// 导出标题
|
||||
ExcelWriter writer = cn.hutool.poi.excel.ExcelUtil.getWriter(true);
|
||||
writer.merge(24, fileName,false);
|
||||
writer.merge(25, fileName,false);
|
||||
|
||||
// 合并二级表头
|
||||
writer.writeCellValue(0,1,"序号");
|
||||
|
|
|
|||
Loading…
Reference in New Issue