diff --git a/xhpc-modules/xhpc-card/src/main/java/com/xhpc/card/service/impl/XhpcCardServiceImpl.java b/xhpc-modules/xhpc-card/src/main/java/com/xhpc/card/service/impl/XhpcCardServiceImpl.java
index 37b62760..6a3475bb 100644
--- a/xhpc-modules/xhpc-card/src/main/java/com/xhpc/card/service/impl/XhpcCardServiceImpl.java
+++ b/xhpc-modules/xhpc-card/src/main/java/com/xhpc/card/service/impl/XhpcCardServiceImpl.java
@@ -455,7 +455,7 @@ public class XhpcCardServiceImpl implements IXhpcCardService {
cardUserInfo.setLicencePlate(tIccardUser.getLicenceplate());
return R.ok(cardUserInfo);
} else {
- XhpcIcCardInfo xhpcIcCardInfo = xhpcCardMapper.getXhpcIcCardInfo(tIccardInfo.getCardid());
+ XhpcIcCardInfo xhpcIcCardInfo = xhpcCardMapper.getXhpcIcCardInfo(String.valueOf(tIccardInfo.getId()));
cardUserInfo.setUserAccount(xhpcIcCardInfo.getUserAccount());
cardUserInfo.setUserType(xhpcIcCardInfo.getUserType());
//公共部分
diff --git a/xhpc-modules/xhpc-card/src/main/resources/mapper/XhpcCardMapper.xml b/xhpc-modules/xhpc-card/src/main/resources/mapper/XhpcCardMapper.xml
index f2c05fd5..2f776744 100644
--- a/xhpc-modules/xhpc-card/src/main/resources/mapper/XhpcCardMapper.xml
+++ b/xhpc-modules/xhpc-card/src/main/resources/mapper/XhpcCardMapper.xml
@@ -212,11 +212,13 @@