Merge pull request 'BUG修复' (#144) from feature/dxf into develop
Reviewed-on: http://221.226.25.34:3000/liang.cheng/weaver-hrm-organization/pulls/144
This commit is contained in:
commit
cd2ace5868
|
|
@ -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