Commit 99358a944d8e29a20bd120b2bc87ef80b19a56c2
1 parent
2efd10ba84
Exists in
master
and in
8 other branches
code update
Showing 1 changed file with 5 additions and 0 deletions
platform-biz-patient-service/src/main/java/com/lyms/platform/biz/JdbcUtil.java
View file @
99358a9
... | ... | @@ -805,8 +805,11 @@ |
805 | 805 | String doctorId = getString(map.get("FE_DOCTOR")); |
806 | 806 | if (doctorId != null && !"".equals(doctorId)) { |
807 | 807 | //String dname = getString(getOralceSingleObjBySql("select e.e_name from mommy_employee e where e.e_id = '" + doctorId + "'")); |
808 | + | |
808 | 809 | String dname = getEmpNameById(doctorId); |
809 | 810 | String id = getUserIdByName(dname); |
811 | + | |
812 | + System.out.println("chu="+doctorId +"*****"+ dname+"iiiiiiii"+id); | |
810 | 813 | // String id = getString(getMysqlSingleObjBySql("select id from users where name = '" + dname + "'")); |
811 | 814 | chuModel.setProdDoctor(id);//产检医生 |
812 | 815 | } |
... | ... | @@ -1028,6 +1031,8 @@ |
1028 | 1031 | String checkDoctorName = getString(map.get("CHECKDOCTOR")); |
1029 | 1032 | if (checkDoctorName != null && !"".equals(checkDoctorName)) { |
1030 | 1033 | String id = getUserIdByName(checkDoctorName); |
1034 | + | |
1035 | + System.out.println("fu=doctorName"+checkDoctorName +"***id="+ id); | |
1031 | 1036 | // String id = getString(getMysqlSingleObjBySql("select id from users where name = '" + checkDoctorName + "'")); |
1032 | 1037 | antxModel.setCheckDoctor(id); |
1033 | 1038 | } |