소스 검색

代码修改

LAPTOP-KB9HII50\70708 9 달 전
부모
커밋
1da82f2e1c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      svr/svr-visit-behind/src/main/java/com/yihu/jw/hospital/module/health/service/scheme/DoctorSchemeService.java

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