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