浏览代码

2024/6/17

28169 8 个月前
父节点
当前提交
ae756f9704
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      controllers/schedule_api_controller.go

+ 1 - 0
controllers/schedule_api_controller.go 查看文件

4095
 
4095
 
4096
 		solutionLastWeek, _ := service.GetDialysisSolutionLastWeek(item.UserOrgId, item.PatientId, item.ModeId)
4096
 		solutionLastWeek, _ := service.GetDialysisSolutionLastWeek(item.UserOrgId, item.PatientId, item.ModeId)
4097
 		item.DialysisSolution = solutionLastWeek
4097
 		item.DialysisSolution = solutionLastWeek
4098
+
4098
 	}
4099
 	}
4099
 	if err != nil {
4100
 	if err != nil {
4100
 		this.ServeFailJSONWithSGJErrorCode(enums.ErrorCodeDataException)
4101
 		this.ServeFailJSONWithSGJErrorCode(enums.ErrorCodeDataException)