陈少旭 1 年間 前
コミット
90fe5add40
共有1 個のファイルを変更した2 個の追加0 個の削除を含む
  1. 2 0
      service/statistis_qc_service.go

+ 2 - 0
service/statistis_qc_service.go ファイルの表示

864
 		"diff":              0,
864
 		"diff":              0,
865
 		"doctor":            "",
865
 		"doctor":            "",
866
 		"nurse":             "",
866
 		"nurse":             "",
867
+		"id_card_no":        "",
867
 	}
868
 	}
868
 
869
 
869
 	// Create the dynamic struct type
870
 	// Create the dynamic struct type
887
 			reflect.ValueOf(result).Elem().FieldByName("Diff").Addr().Interface(),
888
 			reflect.ValueOf(result).Elem().FieldByName("Diff").Addr().Interface(),
888
 			reflect.ValueOf(result).Elem().FieldByName("Doctor").Addr().Interface(),
889
 			reflect.ValueOf(result).Elem().FieldByName("Doctor").Addr().Interface(),
889
 			reflect.ValueOf(result).Elem().FieldByName("Nurse").Addr().Interface(),
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
 		// Scan the row into the struct
894
 		// Scan the row into the struct