Merge remote-tracking branch 'origin/main'

This commit is contained in:
liang.chao 2025-08-18 14:02:44 +08:00
commit 0c55704007
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);
}