This commit is contained in:
haozq 2025-08-18 14:00:00 +08:00
commit c1af2913a7
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);
}