|
|
|
@ -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" +
|
|
|
|
|