From 4cda6728fee34c8f80b86ba017eaa6476429891b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=BF=97=E6=88=90?= <15187855430@163.com> Date: Tue, 1 Apr 2025 11:06:19 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E7=A4=BE=E4=BF=9D=E5=8D=A1?= =?UTF-8?q?=E8=AF=BB=E5=8F=96=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dpkj/modules/readcard/service/impl/ReadCardServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);