diff --git a/src/main/java/com/dpkj/modules/readcard/service/impl/ReadCardServiceImpl.java b/src/main/java/com/dpkj/modules/readcard/service/impl/ReadCardServiceImpl.java index eb8c784..277da2f 100644 --- a/src/main/java/com/dpkj/modules/readcard/service/impl/ReadCardServiceImpl.java +++ b/src/main/java/com/dpkj/modules/readcard/service/impl/ReadCardServiceImpl.java @@ -295,7 +295,7 @@ public class ReadCardServiceImpl implements ReadCardService { socialSecurityCardReader.setCallID(19256); socialSecurityCardReader.setDevName(LexMarkConst.CARD_READER); JSONObject socialSecurityCardReaderParam = new JSONObject(); - socialSecurityCardReaderParam.put("iType", 3); + socialSecurityCardReaderParam.put("iType", 1); socialSecurityCardReader.setParam(socialSecurityCardReaderParam.toJSONString()); log.info("[ReadCardServiceImpl][connectAndSocialSecurityCardReader][300]: 调用读取社保卡信息方法,参数: {}", socialSecurityCardReader); IDCardReadResultVO socialSecurityCardReaderResult = thirdServiceUtil.callDevice(socialSecurityCardReader, IDCardReadResultVO.class);