@@ -4095,6 +4095,7 @@ func (this *ScheduleApiController) GetNextWeekDaySchedule() {
solutionLastWeek, _ := service.GetDialysisSolutionLastWeek(item.UserOrgId, item.PatientId, item.ModeId)
item.DialysisSolution = solutionLastWeek
+
}
if err != nil {
this.ServeFailJSONWithSGJErrorCode(enums.ErrorCodeDataException)