소스 검색

康复计划列表修复

humingfen 6 년 전
부모
커밋
00c1655811
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      svr/svr-wlyy-specialist/src/main/java/com/yihu/jw/service/rehabilitation/RehabilitationManageService.java

+ 1 - 1
svr/svr-wlyy-specialist/src/main/java/com/yihu/jw/service/rehabilitation/RehabilitationManageService.java

@ -78,7 +78,7 @@ public class RehabilitationManageService {
            sql.replace("from", ",f.idcard,f.hospital_name from");
            sql += leftSql;
        }
        sql += " where p.`status` > 0 ";
        sql += " where 1=1 ";
        if(planType!=null){
            sql += " and p.plan_type="+planType;
        }