Commit a76c790a7b0a3b9cb0e7eaf2b9ee914177655f07
1 parent
63e8199588
Exists in
luanping
#fix:优化预约挂号一键跳转页面
Showing 1 changed file with 2 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/PatientWxController.java
View file @
a76c790
... | ... | @@ -577,7 +577,7 @@ |
577 | 577 | @Autowired |
578 | 578 | private LisFacade lisFacade; |
579 | 579 | |
580 | - @RequestMapping(method = RequestMethod.GET, value = "/dt/getLisAndRisData") | |
580 | + @RequestMapping(method = RequestMethod.GET, value = "/wx/getLisAndRisData") | |
581 | 581 | @ResponseBody |
582 | 582 | public BaseResponse getLisAndRisData(@RequestHeader("Authorization")String authorization, |
583 | 583 | @RequestParam(required = false) String vcCardNo, |
... | ... | @@ -1160,6 +1160,7 @@ |
1160 | 1160 | params.put("doctor",doctor); |
1161 | 1161 | params.put("ksrq",date); |
1162 | 1162 | params.put("jsrq",date); |
1163 | + //http://172.26.1.190:9090/xtwx/getAppointment?ksrq=2024-12-13&jsrq=2024-12-13&doctor=%E7%89%9B%E5%90%91%E9%9D%99 | |
1163 | 1164 | HttpClientUtil.doGet("http://172.26.1.190:9090/xtwx/getAppointment" ,params,"utf-8",null); |
1164 | 1165 | return new BaseResponse(); |
1165 | 1166 | } |