|
|
|
@@ -235,6 +235,7 @@ public class HKVersion implements IHardwareEquipment { |
|
|
|
|
|
|
|
@Override |
|
|
|
public void modifyUserInfo(List<UserFaceInfo> userFaceInfos) { |
|
|
|
this.Login_V40(this.info.getIp(), this.info.getPort(), this.info.getUsername(), this.info.getPassword()); |
|
|
|
for (UserFaceInfo userFaceInfo : userFaceInfos) { |
|
|
|
try { |
|
|
|
if(lUserID == -1){ |
|
|
|
@@ -251,6 +252,7 @@ public class HKVersion implements IHardwareEquipment { |
|
|
|
|
|
|
|
@Override |
|
|
|
public UserFaceInfo searchUserInfo(String employeeNo) { |
|
|
|
this.Login_V40(this.info.getIp(), this.info.getPort(), this.info.getUsername(), this.info.getPassword()); |
|
|
|
UserFaceInfo userFaceInfo = null; |
|
|
|
String result = UserManage.searchUserInfo(lUserID, employeeNo); |
|
|
|
if(result == null){ |
|
|
|
|