format the code and remove the unused import
This commit is contained in:
@@ -41,7 +41,6 @@ public class SysLogController {
|
||||
@RequiresPermissions("sys:log:list")
|
||||
public R list(@RequestParam Map<String, Object> params){
|
||||
PageUtils page = sysLogService.queryPage(params);
|
||||
|
||||
return R.ok().put("page", page);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user