张保健 4 年前
父节点
当前提交
15883f43c8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      controllers/mobile_api_controllers/check_weight_api_controller.go

+ 1 - 1
controllers/mobile_api_controllers/check_weight_api_controller.go 查看文件

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