Browse Source

医嘱需求

XMLWAN 4 years ago
parent
commit
a68d609a15
2 changed files with 3 additions and 3 deletions
  1. 1 1
      conf/app.conf
  2. 2 2
      controllers/patient_api_controller.go

+ 1 - 1
conf/app.conf View File

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

+ 2 - 2
controllers/patient_api_controller.go View File

2023
 		theEndtTIme = theTime.Unix()
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
 	if len(advices) > 0 {
2029
 	if len(advices) > 0 {
2030
 		for _, item := range advices {
2030
 		for _, item := range advices {