Browse Source

增加大华设备对接

Signed-off-by: haidong <chenloveguitar@qq.com>
doorRight设置
haidong 2 years ago
parent
commit
b9ec9b389d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/java/com/netsdk/demo/module/GateModule.java

+ 1
- 1
src/main/java/com/netsdk/demo/module/GateModule.java View File

@@ -494,7 +494,7 @@ public class GateModule {
findCondition.abUserID = 1; findCondition.abUserID = 1;


// 用户Id // 用户Id
System.arraycopy(userId.getBytes(), 0, findCondition.szUserID, 0, cardNo.getBytes().length);
System.arraycopy(userId.getBytes(), 0, findCondition.szUserID, 0, userId.getBytes().length);
} }
/** /**


Loading…
Cancel
Save