This commit is contained in:
andy 2025-11-28 09:37:35 +08:00
parent 17dfbda424
commit d8a6297988

View File

@ -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)
{ {