28169 hace 1 año
padre
commit
bf9ea2f5dc
Se han modificado 2 ficheros con 1 adiciones y 1 borrados
  1. BIN
      XT_New.exe
  2. 1 1
      controllers/patient_dataconfig_api_controller.go

BIN
XT_New.exe Ver fichero


+ 1 - 1
controllers/patient_dataconfig_api_controller.go Ver fichero

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