Explorar el Código

增加大华设备对接

Signed-off-by: haidong <chenloveguitar@qq.com>
doorRight设置
haidong hace 2 años
padre
commit
b9ec9b389d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/main/java/com/netsdk/demo/module/GateModule.java

+ 1
- 1
src/main/java/com/netsdk/demo/module/GateModule.java Ver fichero

@@ -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);
}
/**


Cargando…
Cancelar
Guardar