权限管理

This commit is contained in:
马三炮 2025-08-18 13:59:25 +08:00
parent 60cda843c3
commit 53f2f86d85
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ public class PmAttDeviceServiceImpl implements PmAttDeviceService {
pmAttDeviceOld.setCreateTime(new Date());
pmAttDeviceMapper.addPmAttDeviceHis(pmAttDeviceOld);
//考勤机解绑
// remoteUrkUtilsService.delDevByProId(pmAttDevice.getDeviceCode(),pmAttDeviceOld.getProId(),null);
remoteUrkUtilsService.delDevByProId(pmAttDevice.getDeviceCode(),pmAttDeviceOld.getProId(),null);
}
return pmAttDeviceMapper.updatePmAttDevice(pmAttDevice);
}