From f3b5ec8aa9192cafbc2a36604041b6da622e24c2 Mon Sep 17 00:00:00 2001 From: wangjie <805650258@qq.com> Date: Tue, 18 Jul 2023 07:48:34 +0800 Subject: [PATCH] =?UTF-8?q?#=E5=B2=97=E4=BD=8D=E5=88=97=E8=A1=A8=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../api/browser/service/impl/JobTitlesBrowserService.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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); }