소스 검색

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,6 +4095,7 @@ func (this *ScheduleApiController) GetNextWeekDaySchedule() {
4095 4095
 
4096 4096
 		solutionLastWeek, _ := service.GetDialysisSolutionLastWeek(item.UserOrgId, item.PatientId, item.ModeId)
4097 4097
 		item.DialysisSolution = solutionLastWeek
4098
+
4098 4099
 	}
4099 4100
 	if err != nil {
4100 4101
 		this.ServeFailJSONWithSGJErrorCode(enums.ErrorCodeDataException)