Bladeren bron

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

陈少旭 1 maand geleden
bovenliggende
commit
59b1621350
1 gewijzigde bestanden met toevoegingen van 1 en 0 verwijderingen
  1. 1 0
      controllers/schedule_api_controller.go

+ 1 - 0
controllers/schedule_api_controller.go Bestand weergeven

@@ -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)