物理卡挂失解挂
This commit is contained in:
parent
b00a9f2ac6
commit
b806721d03
|
|
@ -130,6 +130,8 @@ public class AccCardServiceImpl implements IAccCardService {
|
||||||
if (cardCountByCardSerialNum > 0) {
|
if (cardCountByCardSerialNum > 0) {
|
||||||
throw new ServiceException("卡号已存在, 卡号不能重复");
|
throw new ServiceException("卡号已存在, 卡号不能重复");
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
accountCard.setNewSerialNum(accountCard.getSerialNum());
|
||||||
}
|
}
|
||||||
AccountInfo accountInfo = accInfoMapper.selectAccInfoById(accountCard.getAccountId());
|
AccountInfo accountInfo = accInfoMapper.selectAccInfoById(accountCard.getAccountId());
|
||||||
checkAccInfoAndStatus(accountInfo);
|
checkAccInfoAndStatus(accountInfo);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue