|
@@ -53,9 +53,9 @@ public class ArRechomeController {
|
|
|
|
|
|
@ApiOperation(value = "获取病案病历记录列表[by:zhaops]",
|
|
|
notes = "获取病案病历记录列表")
|
|
|
- @PostMapping("/getBAZYList")
|
|
|
- @SysLogger("getBAZYList")
|
|
|
- public RespDTO<List<BABLDTO>> getBAZYList() {
|
|
|
- return RespDTO.onSuc(arRechomeFacade.getBAZYList());
|
|
|
+ @PostMapping("/getAllList")
|
|
|
+ @SysLogger("getAllList")
|
|
|
+ public RespDTO<List<BABLDTO>> getAllList() {
|
|
|
+ return RespDTO.onSuc(arRechomeFacade.getAllList());
|
|
|
}
|
|
|
}
|