LAPTOP-KB9HII50\70708 il y a 3 mois
Parent
commit
1da82f2e1c

+ 1 - 1
svr/svr-visit-behind/src/main/java/com/yihu/jw/hospital/module/health/service/scheme/DoctorSchemeService.java

@ -209,7 +209,7 @@ public class DoctorSchemeService {
        List<Map<String,Object>> diseaseList = jdbcTemplate.queryForList(labelSql);
        json.put("diseaseList",diseaseList);//慢病类型
        String zbSql = "SELECT distinct disease_name zbName from wlyy_patient_rehabilitation_plan WHERE patient = '"+patient+"' and status='1' ";
        String zbSql = "SELECT distinct disease_name disease from wlyy_patient_rehabilitation_plan WHERE patient = '"+patient+"' and status='1' ";
        List<Map<String,Object>> zbList = jdbcTemplate.queryForList(zbSql);
        json.put("zbList",zbList);//专病类型