瀏覽代碼

2024/6/17

28169 6 月之前
父節點
當前提交
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)