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