BUG修复

pull/144/head
dxfeng 2 years ago
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…
Cancel
Save