Kaynağa Gözat

Merge branch '20230223_xt_api_new_branch' of http://git.shengws.com/csx/XT_New into 20230223_xt_api_new_branch

陈少旭 7 ay önce
ebeveyn
işleme
59b1621350
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      controllers/schedule_api_controller.go

+ 1 - 0
controllers/schedule_api_controller.go Dosyayı Görüntüle

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)