Ver código fonte

历史排班

28169 1 mês atrás
pai
commit
bf9ea2f5dc
2 arquivos alterados com 1 adições e 1 exclusões
  1. BIN
      XT_New.exe
  2. 1 1
      controllers/patient_dataconfig_api_controller.go

BIN
XT_New.exe Ver arquivo


+ 1 - 1
controllers/patient_dataconfig_api_controller.go Ver arquivo

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