@@ -43,7 +43,7 @@ public class ReBeHosDetailByDeptDTO {
/**
* 科室
*/
- @Excel(name = "科室", width = 50, orderNum = "5")
+ // @Excel(name = "科室", width = 50, orderNum = "5")
private String behDeptName;
@@ -13682,8 +13682,8 @@
SELECT
tt1.file_code,
tt1.diagnose,
- tt1.doctor_id,
- tt1.doctor_name,
+ tt2.doctor_id,
+ tt2.doctor_name,
tt2.NAME,
tt2.sex,
tt2.hospital_id,
@@ -13811,8 +13811,8 @@