|
|
@ -88,10 +88,10 @@ public class JobTitlesBrowserService extends BrowserService {
|
|
|
|
sqlwhere += " and jobactivityname like '%" + jobactivityname + "%'";
|
|
|
|
sqlwhere += " and jobactivityname like '%" + jobactivityname + "%'";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
cols.add(new SplitTableColBean("true", "id"));
|
|
|
|
cols.add(new SplitTableColBean("true", "id"));
|
|
|
|
cols.add(new SplitTableColBean("20%", "岗位名称", "jobtitlename", "jobtitlename"));
|
|
|
|
cols.add(new SplitTableColBean("20%", "岗位简称", "jobtitlename", "jobtitlename"));
|
|
|
|
cols.add(new SplitTableColBean("20%", "职级名称", "jobtitlemark", "jobtitlemark").setIsInputCol(BoolAttr.TRUE));
|
|
|
|
cols.add(new SplitTableColBean("20%", "岗位全称", "jobtitlemark", "jobtitlemark").setIsInputCol(BoolAttr.TRUE));
|
|
|
|
cols.add(new SplitTableColBean("20%", "岗位编号", "jobtitlecode", "jobtitlecode"));
|
|
|
|
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"));
|
|
|
|
cols.add(new SplitTableColBean("20%", "序列", "jobgroupremark", "jobgroupremark"));
|
|
|
|
tableBean = new SplitTableBean(backfields, fromSql, sqlwhere, orderby, "a.id", cols);
|
|
|
|
tableBean = new SplitTableBean(backfields, fromSql, sqlwhere, orderby, "a.id", cols);
|
|
|
|
}
|
|
|
|
}
|
|
|
|