Browse Source

2024/6/17

28169 10 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
 			"project_config":          project_config,
5051
 			"project_config":          project_config,
5052
 			"lastWeight":              lastWeight,
5052
 			"lastWeight":              lastWeight,
5053
 			"lastSchedule":            lastSchedule,
5053
 			"lastSchedule":            lastSchedule,
5054
+			"DoctorAdvice":            DoctorAdvice,
5054
 			"hisAdvice":               hisAdvice,
5055
 			"hisAdvice":               hisAdvice,
5055
 		})
5056
 		})
5056
 	}
5057
 	}
5076
 			"project_config":          project_config,
5077
 			"project_config":          project_config,
5077
 			"lastWeight":              lastWeight,
5078
 			"lastWeight":              lastWeight,
5078
 			"lastSchedule":            lastSchedule,
5079
 			"lastSchedule":            lastSchedule,
5080
+			"DoctorAdvice":            DoctorAdvice,
5079
 			"hisAdvice":               hisAdvice,
5081
 			"hisAdvice":               hisAdvice,
5080
 		})
5082
 		})
5081
 	}
5083
 	}