|
@ -966,7 +966,7 @@ public class RehabilitationInfoService {
|
|
|
//wlyy_rehabilitation_patient_info的id
|
|
|
filterSql += " and d.id='" + downPatientId + "' ";
|
|
|
}
|
|
|
if (StringUtils.isBlank(status)) {
|
|
|
if (StringUtils.isBlank(doctorId)) {
|
|
|
//看全部数据
|
|
|
filterSql += " AND (d.create_user = '" + doctorId + "' OR ISNULL( d.create_user ) ) " +
|
|
|
" AND ( ISNULL( d.type ) OR d.type = 2 ) ORDER BY d.create_time DESC ";
|