diff --git a/src/com/api/browser/service/impl/JobTitlesBrowserService.java b/src/com/api/browser/service/impl/JobTitlesBrowserService.java index 4dee85a..171be87 100644 --- a/src/com/api/browser/service/impl/JobTitlesBrowserService.java +++ b/src/com/api/browser/service/impl/JobTitlesBrowserService.java @@ -88,10 +88,10 @@ public class JobTitlesBrowserService extends BrowserService { sqlwhere += " and jobactivityname like '%" + jobactivityname + "%'"; } cols.add(new SplitTableColBean("true", "id")); - cols.add(new SplitTableColBean("20%", "岗位名称", "jobtitlename", "jobtitlename")); - cols.add(new SplitTableColBean("20%", "职级名称", "jobtitlemark", "jobtitlemark").setIsInputCol(BoolAttr.TRUE)); + cols.add(new SplitTableColBean("20%", "岗位简称", "jobtitlename", "jobtitlename")); + cols.add(new SplitTableColBean("20%", "岗位全称", "jobtitlemark", "jobtitlemark").setIsInputCol(BoolAttr.TRUE)); cols.add(new SplitTableColBean("20%", "岗位编号", "jobtitlecode", "jobtitlecode")); - cols.add(new SplitTableColBean("20%", "职级代码", "jobactivitymark", "jobactivitymark")); + cols.add(new SplitTableColBean("20%", "子序列", "jobactivitymark", "jobactivitymark")); cols.add(new SplitTableColBean("20%", "序列", "jobgroupremark", "jobgroupremark")); tableBean = new SplitTableBean(backfields, fromSql, sqlwhere, orderby, "a.id", cols); }