|
@@ -90,8 +90,8 @@ public class TriageController {
|
|
|
|
|
|
@GetMapping("/getAllPatients")
|
|
|
public ResultVo<Map<String, Object>> getAllPatients(@RequestParam("searchContent") String searchContent,
|
|
|
- @RequestParam("currentPage") Integer currentPage,
|
|
|
- @RequestParam("pageSize") Integer pageSize) {
|
|
|
+ @RequestParam("currentPage") Integer currentPage,
|
|
|
+ @RequestParam("pageSize") Integer pageSize) {
|
|
|
return service.getAllPatients(searchContent, currentPage, pageSize);
|
|
|
}
|
|
|
|