|
@@ -230,7 +230,6 @@ public class SysUserController extends BaseController {
|
|
|
/**
|
|
|
* 根据用户编号获取详细信息
|
|
|
*/
|
|
|
- @PreAuthorize("@ss.hasPermi('system:user:query')")
|
|
|
@Log(title = "根据用户编号获取详细信息", businessType = BusinessType.IMPORT)
|
|
|
@GetMapping(value = { "/", "/{userId}" })
|
|
|
public AjaxResult getInfo(@PathVariable(value = "userId", required = false) Long userId) {
|