From 8ac0f45d29774f5ac7d9b47b89bc99610afd936c Mon Sep 17 00:00:00 2001 From: Mlin Date: Thu, 13 Jul 2023 18:05:17 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E8=AE=B0=E5=BD=95=EF=BC=8C?= =?UTF-8?q?=E8=99=9A=E6=8B=9F=E4=BA=BA=E5=91=98bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/com/engine/organization/service/impl/ChartServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/engine/organization/service/impl/ChartServiceImpl.java b/src/com/engine/organization/service/impl/ChartServiceImpl.java index 85842c99..17e1ba5a 100644 --- a/src/com/engine/organization/service/impl/ChartServiceImpl.java +++ b/src/com/engine/organization/service/impl/ChartServiceImpl.java @@ -747,7 +747,7 @@ public class ChartServiceImpl extends Service implements ChartService { "maritalstatus,b.telephone,mobile,mobilecall,email,c.locationname,resourcetype,startdate,enddate," + "d.id as jobtitleid,d.JOBTITLENAME as jobtitle,joblevel,seclevel,e.id as departmentid,e.departmentname as department," + "f.id as subcompanyid,f.subcompanyname as subcompany,b.costcenterid as costcenter," + - "b.managerid as manager,b.assistantid as assistant,workcode,classification,policy," + + "b.managerid as manager,b.assistantid as assistant,workcode,classification,policy,degree,b.lastname,b.companyworkyear," + "a.virtualtype from hrmresourcevirtual a \n" + "left join hrmresource b on a.RESOURCEID=b.ID\n" + "left join hrmlocations c on b.locationid=c.id\n" +