BUG修复

This commit is contained in:
dxfeng 2023-01-13 18:01:17 +08:00
parent ec55baf5fe
commit 0aac4a0c57
1 changed files with 1 additions and 1 deletions

View File

@ -373,7 +373,7 @@ public class HrmResourceServiceImpl extends Service implements HrmResourceServic
SearchTemplatePO searchTemplateById = getHrmResourceMapper().getCustomTemplateById(templateId);
transferKeys = getSelectKeys(searchTemplateById);
}
transferOptions.add(0, SearchTemplateParam.builder().key("").showname("").build());
resultMap.put("transferDatas", transferDatas);
resultMap.put("transferKeys", transferKeys);
resultMap.put("transferOptions", transferOptions);