XMLWAN 4 jaren geleden
bovenliggende
commit
99d3779af3
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      controllers/patient_api_controller.go

+ 1 - 1
controllers/patient_api_controller.go Bestand weergeven

@@ -2023,7 +2023,7 @@ func (c *PatientApiController) GetDoctorAdvices() {
2023 2023
 		theEndtTIme = theTime.Unix()
2024 2024
 	}
2025 2025
 
2026
-	advices, total, _ := service.GetDoctorAdviceListOne(adminUserInfo.CurrentOrgId, id, adviceType, stopType, theStartTIme, theEndtTIme, keywords, limit, page)
2026
+	advices, total, _ := service.GetDoctorAdviceListOne(adminUserInfo.CurrentOrgId, id, adviceType, stopType, theStartTIme, theEndtTIme, keywords, page, limit)
2027 2027
 	advicestwo, _, _ := service.GetDoctorAdviceListTwo(adminUserInfo.CurrentOrgId, id, adviceType, stopType, theStartTIme, theEndtTIme, keywords, limit, page)
2028 2028
 
2029 2029
 	if len(advices) > 0 {