Selaa lähdekoodia

增加大华设备对接

Signed-off-by: haidong <chenloveguitar@qq.com>
doorRight设置
haidong 2 vuotta sitten
vanhempi
commit
b9ec9b389d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      src/main/java/com/netsdk/demo/module/GateModule.java

+ 1
- 1
src/main/java/com/netsdk/demo/module/GateModule.java Näytä tiedosto

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

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


Ladataan…
Peruuta
Tallenna