LIJU 2 settimane fa
parent
commit
7649fffe85

+ 2 - 2
src/main/java/thyyxxk/webserver/service/surgicalmanagement/SurgeryArrangementService.java

@@ -44,8 +44,8 @@ public class SurgeryArrangementService {
         Map<String, List<CodeName>> map = new HashMap<>();
         map.put("allRooms", dao.selectSurgeryRooms());
         map.put("allWards", dao.getAllSurgicalWard());
-        map.put("surStaffs", dao.selectStaffsByDeptCode("1300000"));
-        map.put("aneStaffs", dao.selectStaffsByDeptCode("1120000"));
+        map.put("surStaffs", dao.selectStaffsByDeptCode("8001300"));
+        map.put("aneStaffs", dao.selectStaffsByDeptCode("1000534"));
         return ResultVoUtil.success(map);
     }