BUG修复
This commit is contained in:
parent
ec55baf5fe
commit
0aac4a0c57
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue