Browse Source

[CMT]提交

wangzhinan 5 years ago
parent
commit
ff507c4754

+ 1 - 1
business/es-service/src/main/java/com/yihu/jw/es/service/StatisticsEsService.java

@ -117,7 +117,7 @@ public class StatisticsEsService {
        }else if (level==5){
        }else if (level==5){
            sql += " and o.doctor IN (SELECT doctor_code FROM `base_doctor_hospital` dh where dh.dept_code ='"+area+"' and dh.del=1)";
            sql += " and o.doctor IN (SELECT doctor_code FROM `base_doctor_hospital` dh where dh.dept_code ='"+area+"' and dh.del=1)";
        }else if (level==6){
        }else if (level==6){
            sql +=" and o.doctor='"+area+"' and o.job_title_code in ";
            sql +=" and o.doctor='"+area+"'";
        }
        }
        List<Map<String,Object>> rstotal = jdbcTemplate.queryForList(sql);
        List<Map<String,Object>> rstotal = jdbcTemplate.queryForList(sql);
        Long count = 0L;
        Long count = 0L;