权限管理
This commit is contained in:
parent
60cda843c3
commit
53f2f86d85
|
|
@ -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