|
@ -4537,7 +4537,7 @@ public class DailyReportUploadService {
|
|
|
sql =" select distinct dh2.doctor_code from base_doctor_hospital dh " +
|
|
|
"INNER JOIN base_doctor_hospital dh2 on dh.dept_code = dh2.dept_code " +
|
|
|
"INNER JOIN base_doctor doc on dh2.doctor_code = doc.id " +
|
|
|
"where dh.doctor_code='"+user+"' and dh.del=1 doc.identity=0 and dh2.del=1 and doc.del=1 ";
|
|
|
"where dh.doctor_code='"+user+"' and dh.del=1 and doc.identity=0 and dh2.del=1 and doc.del=1 ";
|
|
|
doctors = jdbcTemplate.queryForList(sql,String.class);
|
|
|
}
|
|
|
}
|