版本记录,虚拟人员bug修复

pull/195/head
Mlin 2 years ago
parent 3d7b5927b3
commit 8ac0f45d29

@ -747,7 +747,7 @@ public class ChartServiceImpl extends Service implements ChartService {
"maritalstatus,b.telephone,mobile,mobilecall,email,c.locationname,resourcetype,startdate,enddate," + "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," + "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," + "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" + "a.virtualtype from hrmresourcevirtual a \n" +
"left join hrmresource b on a.RESOURCEID=b.ID\n" + "left join hrmresource b on a.RESOURCEID=b.ID\n" +
"left join hrmlocations c on b.locationid=c.id\n" + "left join hrmlocations c on b.locationid=c.id\n" +

Loading…
Cancel
Save