소스 검색

提交代码

陈少旭 1 년 전
부모
커밋
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