src/main/java/com/ks/tool/bkz/service/impl/user/CardPwdImpl.java
@@ -38,7 +38,7 @@ CardPwdInfo info = selectByCard(card); if (info == null) throw new CardPwdException(1, "卡号不存在"); if (info.getPwd().equalsIgnoreCase(pwd)) if (!info.getPwd().equalsIgnoreCase(pwd)) throw new CardPwdException(2, "卡密不匹配"); if (info.getConsumeState() == CardPwdInfo.STATE_CONSUMED) throw new CardPwdException(3, "卡密已被使用");