Kaynağa Gözat

历史排班

28169 1 ay önce
ebeveyn
işleme
bf9ea2f5dc

BIN
XT_New.exe Dosyayı Görüntüle


+ 1 - 1
controllers/patient_dataconfig_api_controller.go Dosyayı Görüntüle

@@ -3055,7 +3055,7 @@ func (this *PatientDataConfigAPIController) UpdateBedPatientList() {
3055 3055
 		list, _ := dataBody["list"].([]interface{})
3056 3056
 		for _, item := range list {
3057 3057
 			byterequest, _ := json.Marshal(item)
3058
-			str += string(byterequest) + ","
3058
+			str += string(byterequest)
3059 3059
 		}
3060 3060
 	}
3061 3061
 	patient_id := int64(dataBody["patient_id"].(float64))