张保健 4 gadus atpakaļ
vecāks
revīzija
15883f43c8

+ 1 - 1
controllers/mobile_api_controllers/check_weight_api_controller.go Parādīt failu

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