|
@@ -20,8 +20,8 @@ public interface SurgeryArrangementDao {
|
|
|
List<CodeName> selectSurgeryRooms();
|
|
|
|
|
|
@Select("select rtrim(code) as code,rtrim(name) as name from a_employee_mi " +
|
|
|
- "where dept_code='1300000' and isnull(del_flag,0)!=1")
|
|
|
- List<CodeName> selectSurgeryRoomStaffs();
|
|
|
+ "where dept_code=#{deptCode} and isnull(del_flag,0)!=1")
|
|
|
+ List<CodeName> selectStaffsByDeptCode(String deptCode);
|
|
|
|
|
|
@Select("select a.record_id,op_start_date,op_end_date,anst_start_date,anst_end_date,a.sstc,a.req_date, " +
|
|
|
"a.zy_serial_no,a.op_times,a.patient_name,a.dept_code,a.ward_code,a.apply_date,a.apply_user,a.apply_doc, " +
|