1
This commit is contained in:
parent
17dfbda424
commit
d8a6297988
@ -41,7 +41,7 @@ public class RzMealExpensesController extends BaseController {
|
|||||||
/**
|
/**
|
||||||
* 获取员工管理详细信息
|
* 获取员工管理详细信息
|
||||||
*/
|
*/
|
||||||
@PreAuthorize("@ss.hasPermi('system:staff:query')")
|
@PreAuthorize("@ss.hasPermi('meal:expenses:edit')")
|
||||||
@GetMapping(value = "/{id}")
|
@GetMapping(value = "/{id}")
|
||||||
public AjaxResult getInfo(@PathVariable("id") Long id)
|
public AjaxResult getInfo(@PathVariable("id") Long id)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user