Browse Source

耗材参数

XMLWAN 4 years ago
parent
commit
d664c5575b

+ 1 - 0
controllers/mobile_api_controllers/dialysis_api_controller_extend.go View File

@@ -80,6 +80,7 @@ func (this *DialysisAPIController) AddMonitorRecord() {
80 80
 	replacementRate, _ := this.GetFloat("replacement_rate")
81 81
 	displacementQuantity, _ := this.GetFloat("displacement_quantity")
82 82
 	ktv, _ := this.GetFloat("ktv")
83
+	fmt.Println("ktv -------------------", ktv)
83 84
 	symptom := this.GetString("symptom")
84 85
 	dispose := this.GetString("dispose")
85 86
 	conductivity, _ := this.GetFloat("conductivity")