XMLWAN 4 년 전
부모
커밋
99d3779af3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      controllers/patient_api_controller.go

+ 1 - 1
controllers/patient_api_controller.go 파일 보기

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