Commit 79e0eaccc624fed315aee18f7e6bc7c543e73a84
1 parent
6c475b9b
fix: 获取用户列表修改标题
Showing
1 changed file
with
1 additions
and
1 deletions
ruoyi-admin/src/main/java/com/ruoyi/driver/controller/DriverController.java
| ... | ... | @@ -70,7 +70,7 @@ public class DriverController extends BaseController { |
| 70 | 70 | * @return |
| 71 | 71 | */ |
| 72 | 72 | @GetMapping("/getDrivers") |
| 73 | - @ApiOperation(value = "查询驾驶员信息列表", notes = "查询驾驶员信息列表") | |
| 73 | + @ApiOperation(value = "获取驾驶员信息列表(全量)", notes = "查询驾驶员信息列表") | |
| 74 | 74 | public AjaxResult getDrivers(Driver driver) { |
| 75 | 75 | return AjaxResult.success(driverService.getDrivers(driver)); |
| 76 | 76 | } | ... | ... |