薪酬系统-薪资档案-初始化导入模板表头属性优化
This commit is contained in:
parent
0003057021
commit
49e3b77995
|
|
@ -533,7 +533,7 @@ public class SalaryArchiveServiceImpl extends Service implements SalaryArchiveSe
|
|||
excelComments.add(new ExcelComment(3, 0, 6, 2, SalaryI18nUtil.getI18nLabel(100953, "必填,可填写如:入职,转正,调薪,调岗调薪,离职,其他,初始化")));
|
||||
}
|
||||
if (isInit) {
|
||||
excelComments.add(new ExcelComment(5, 0, 8, 2, SalaryI18nUtil.getI18nLabel(100458, "必填,格式样例为'2022-01-01'、'2022/1/1'")));
|
||||
excelComments.add(new ExcelComment(6, 0, 9, 2, SalaryI18nUtil.getI18nLabel(100458, "必填,格式样例为'2022-01-01'、'2022/1/1'")));
|
||||
}
|
||||
XSSFWorkbook book = ExcelUtil.genWorkbookV2(rows, sheetName, excelComments);
|
||||
return book;
|
||||
|
|
|
|||
Loading…
Reference in New Issue