薪资账套-人员范围导入(下载模板BUG)
This commit is contained in:
parent
57753bfb4a
commit
ced891c3c0
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue