Browse Source

保存医生信息更改

shiyue 3 years ago
parent
commit
63feb07bee
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/main/java/com/diagbot/util/TZDBConn.java

+ 1 - 0
src/main/java/com/diagbot/util/TZDBConn.java

@@ -148,6 +148,7 @@ public class TZDBConn {
 			while(rs.next()){
 				BasDoctorInfo basDoctorInfo =new BasDoctorInfo();
 				basDoctorInfo.setDoctorId(rs.getString("user_id"));//医生id
+				basDoctorInfo.setHospitalId(Long.valueOf("35"));
 				basDoctorInfo.setDeptId(rs.getString("dept_code"));//医生所在科室
 				basDoctorInfo.setName(rs.getString("name"));//医师姓名
 				basDoctorInfo.setProfessor(rs.getString("title"));//医师职称