我想从 ZKTeco F18 时钟中删除员工的存在(进入/退出的日期和时间)
所以我把下面的代码:
Ok =zKemKeeper>>ClearData(MachineNumber,1)
if ok=true then
info("successfully")
endif
我的代码适用于 K14,但即使布尔变量为真,F18 也不会删除存在
谢谢你给我带路。
我想从 ZKTeco F18 时钟中删除员工的存在(进入/退出的日期和时间)
所以我把下面的代码:
Ok =zKemKeeper>>ClearData(MachineNumber,1)
if ok=true then
info("successfully")
endif
我的代码适用于 K14,但即使布尔变量为真,F18 也不会删除存在
谢谢你给我带路。