陈少旭 11 месяцев назад
Родитель
Сommit
90fe5add40
1 измененных файлов: 2 добавлений и 0 удалений
  1. 2 0
      service/statistis_qc_service.go

+ 2 - 0
service/statistis_qc_service.go Просмотреть файл

@@ -864,6 +864,7 @@ func GetDialysisCompletionDetail(org_id int64, start_time int64, end_time int64,
864 864
 		"diff":              0,
865 865
 		"doctor":            "",
866 866
 		"nurse":             "",
867
+		"id_card_no":        "",
867 868
 	}
868 869
 
869 870
 	// Create the dynamic struct type
@@ -887,6 +888,7 @@ func GetDialysisCompletionDetail(org_id int64, start_time int64, end_time int64,
887 888
 			reflect.ValueOf(result).Elem().FieldByName("Diff").Addr().Interface(),
888 889
 			reflect.ValueOf(result).Elem().FieldByName("Doctor").Addr().Interface(),
889 890
 			reflect.ValueOf(result).Elem().FieldByName("Nurse").Addr().Interface(),
891
+			reflect.ValueOf(result).Elem().FieldByName("Id_card_no").Addr().Interface(),
890 892
 		}
891 893
 
892 894
 		// Scan the row into the struct