@ -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;