28169 před 1 měsícem
rodič
revize
387b756bc3

+ 1 - 1
controllers/patient_dataconfig_api_controller.go Zobrazit soubor

@@ -2976,7 +2976,7 @@ func (this *PatientDataConfigAPIController) SavePatientHpPressuresore() {
2976 2976
 		list, _ := dataBody["list"].([]interface{})
2977 2977
 		for _, item := range list {
2978 2978
 			byterequest, _ := json.Marshal(item)
2979
-			str += string(byterequest) + ","
2979
+			str += string(byterequest)
2980 2980
 		}
2981 2981
 	}
2982 2982
 	patient_id := int64(dataBody["patient_id"].(float64))