@ -313,7 +313,7 @@ public class JyChartServiceImpl extends Service implements OrgChartService {
}elseif(splitId.startsWith("j_")){
// 岗位
StringchartId=getChartId(splitId);
rs.executeQuery("select * from jcl_org_job where id = ?",chartId);
rs.executeQuery("select * from jcl_org_job where id = ?",chartId);
if(rs.next()){
JyJobChartjyChart=newJyJobChart();
jyChart.setId("j_"+rs.getString("id"));
@ -448,7 +448,7 @@ public class JyChartServiceImpl extends Service implements OrgChartService {
if(currentLevel<0){
return;
}
rs.executeQuery("select * from jcl_org_job where ec_department = ? and ifnull(forbidden_tag,0)=0 order by show_order ",departmentId);
rs.executeQuery("select * from jcl_org_job where ec_department = ? and ifnull(forbidden_tag,0)=0 and ifnull(delete_type,0)=0 order by show_order ",departmentId);