薪资账套-人员范围导入(下载模板BUG)

This commit is contained in:
Harryxzy 2023-01-31 09:41:14 +08:00
parent 57753bfb4a
commit ced891c3c0
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ public class SalarySobRangeServiceImpl extends Service implements SalarySobRange
String confValue = (salarySysConfPO != null && salarySysConfPO.getConfValue() != null && !"".equals(salarySysConfPO.getConfValue())) ? salarySysConfPO.getConfValue() : "0";
// 注释
List<ExcelComment> excelComments = Lists.newArrayList();
if(salarySysConfPO.getConfValue().equals("1")){
if(confValue.equals("1")){
// 人员校验规则为工号
excelComments.add(new ExcelComment(3, 0, 4, 2, SalaryI18nUtil.getI18nLabel(100344, "必填")));
}else {