소스 검색

医嘱需求

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

+ 1 - 1
conf/app.conf 파일 보기

@@ -1,5 +1,5 @@
1 1
 appname = 血透
2
-httpport = 9531
2
+httpport = 9529
3 3
 runmode = dev
4 4
 
5 5
 

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

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