Browse Source

2024/6/17

28169 9 months ago
parent
commit
8e244d7450
2 changed files with 2 additions and 0 deletions
  1. BIN
      XT_New.exe
  2. 2 0
      controllers/mobile_api_controllers/patient_api_controller.go

BIN
XT_New.exe View File


+ 2 - 0
controllers/mobile_api_controllers/patient_api_controller.go View File

@@ -5051,6 +5051,7 @@ func (c *PatientApiController) GetPrintDialysisOrder() {
5051 5051
 			"project_config":          project_config,
5052 5052
 			"lastWeight":              lastWeight,
5053 5053
 			"lastSchedule":            lastSchedule,
5054
+			"DoctorAdvice":            DoctorAdvice,
5054 5055
 			"hisAdvice":               hisAdvice,
5055 5056
 		})
5056 5057
 	}
@@ -5076,6 +5077,7 @@ func (c *PatientApiController) GetPrintDialysisOrder() {
5076 5077
 			"project_config":          project_config,
5077 5078
 			"lastWeight":              lastWeight,
5078 5079
 			"lastSchedule":            lastSchedule,
5080
+			"DoctorAdvice":            DoctorAdvice,
5079 5081
 			"hisAdvice":               hisAdvice,
5080 5082
 		})
5081 5083
 	}