XMLWAN 5 gadus atpakaļ
vecāks
revīzija
99d3779af3
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      controllers/patient_api_controller.go

+ 1 - 1
controllers/patient_api_controller.go Parādīt failu

2023
 		theEndtTIme = theTime.Unix()
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
 	advicestwo, _, _ := service.GetDoctorAdviceListTwo(adminUserInfo.CurrentOrgId, id, adviceType, stopType, theStartTIme, theEndtTIme, keywords, limit, page)
2027
 	advicestwo, _, _ := service.GetDoctorAdviceListTwo(adminUserInfo.CurrentOrgId, id, adviceType, stopType, theStartTIme, theEndtTIme, keywords, limit, page)
2028
 
2028
 
2029
 	if len(advices) > 0 {
2029
 	if len(advices) > 0 {