Merge branch 'main' of http://192.168.0.75:3000/bonus/sh_real_name_system
This commit is contained in:
commit
c1af2913a7
|
|
@ -77,7 +77,7 @@ public class PmAttDeviceServiceImpl implements PmAttDeviceService {
|
||||||
pmAttDeviceOld.setCreateTime(new Date());
|
pmAttDeviceOld.setCreateTime(new Date());
|
||||||
pmAttDeviceMapper.addPmAttDeviceHis(pmAttDeviceOld);
|
pmAttDeviceMapper.addPmAttDeviceHis(pmAttDeviceOld);
|
||||||
//考勤机解绑
|
//考勤机解绑
|
||||||
// remoteUrkUtilsService.delDevByProId(pmAttDevice.getDeviceCode(),pmAttDeviceOld.getProId(),null);
|
remoteUrkUtilsService.delDevByProId(pmAttDevice.getDeviceCode(),pmAttDeviceOld.getProId(),null);
|
||||||
}
|
}
|
||||||
return pmAttDeviceMapper.updatePmAttDevice(pmAttDevice);
|
return pmAttDeviceMapper.updatePmAttDevice(pmAttDevice);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue