|
|
|
@ -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);
|
|
|
|
|