XMLWAN před 4 roky
rodič
revize
a68d609a15
2 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. 1 1
      conf/app.conf
  2. 2 2
      controllers/patient_api_controller.go

+ 1 - 1
conf/app.conf Zobrazit soubor

@@ -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 Zobrazit soubor

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