|
@@ -37,7 +37,6 @@ public class VisitController extends BaseController {
|
|
@Anonymous
|
|
@Anonymous
|
|
@GetMapping("/department")
|
|
@GetMapping("/department")
|
|
public TableDataInfo getAllDepartment() {
|
|
public TableDataInfo getAllDepartment() {
|
|
- startPage();
|
|
|
|
List<PatientCardDto> list=visitService.getAllDepartment();
|
|
List<PatientCardDto> list=visitService.getAllDepartment();
|
|
return getDataTable(list);
|
|
return getDataTable(list);
|
|
}
|
|
}
|