张保健 il y a 4 ans
Parent
révision
15883f43c8

+ 1 - 1
controllers/mobile_api_controllers/check_weight_api_controller.go Voir le fichier

@@ -354,7 +354,7 @@ func (c *CheckWeightApiController) SavePatientInfoDialysis() {
354 354
 		var system_dialysisPrescribe *models.SystemPrescription
355 355
 
356 356
 		var mode_id int64
357
-		weightfirst, err := service.FindLastDryWeightAdjust(adminUserInfo.Org.Id, id)
357
+		weightfirst, _ := service.FindLastDryWeightAdjust(adminUserInfo.Org.Id, id)
358 358
 		if weightfirst.DryWeight > weighing_before {
359 359
 			return
360 360
 		}