@ -461,7 +461,7 @@ public class JyChartServiceImpl extends Service implements OrgChartService {
if(currentLevel<0){
if(currentLevel<0){
return;
return;
}
}
rs.executeQuery("select a.id,a.lastname from hrmresource a inner join cus_fielddata b on a.id = b.id and b.scope ='hrmcustomfieldbyinfotype' and b.scopeid ='-1' where b.field100002 = ?",jobId);
rs.executeQuery("select a.id,a.lastname from hrmresource a inner join cus_fielddata b on a.id = b.id and b.scope ='hrmcustomfieldbyinfotype' and b.scopeid ='-1' where a.status < 4 and b.field100002 = ?",jobId);