。。。
This commit is contained in:
parent
d0d2afeaf3
commit
c44bb2df88
|
@ -100,7 +100,7 @@ public class ResourceCarController {
|
|||
@GetMapping("/selectResourceListByDept")
|
||||
@ApiOperation("根据部门查询申购车资源列表")
|
||||
@LogOperation("根据部门查询申购车资源列表")
|
||||
public Result selectResourceListByDept(@RequestParam String name, @RequestParam Long deptId, @RequestParam Integer pageNum, @RequestParam Integer pageSize) {
|
||||
public Result selectResourceListByDept(String name, @RequestParam Long deptId, @RequestParam Integer pageNum, @RequestParam Integer pageSize) {
|
||||
return new Result().ok(resourceCarService.selectResourceListByDept(name, deptId, pageNum, pageSize));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue