优化新增/修改人员下发宇泛设备

This commit is contained in:
zc
2026-01-09 17:34:06 +08:00
parent 5493fefff1
commit e77a22b50a

View File

@@ -33,7 +33,7 @@ public class SysEqDownRecordController extends BaseController {
/**
* 分页查询设备下机记录列表
*/
@RequiresPermissions("system:delCarInfo:restore")
@RequiresPermissions("system:eqDown:list")
@GetMapping("/pageList")
public TableDataInfo pageList(SysEqDownRecord sysEqDownRecord) {
List<SysEqDownRecord> list = sysEqDownRecordService.pageList(sysEqDownRecord);