Browse Source

提交代码

陈少旭 9 months ago
parent
commit
90fe5add40
1 changed files with 2 additions and 0 deletions
  1. 2 0
      service/statistis_qc_service.go

+ 2 - 0
service/statistis_qc_service.go View File

@@ -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