|
@ -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);//专病类型
|
|
|
|