|
@@ -1084,7 +1084,7 @@ public class WebMediatorImpl implements ViewMediator {
|
|
|
String bank = String.valueOf(json.get("bank"));
|
|
|
Optional<BankLogoPO> bankLogoPO=bankLogoDao.findByName(bankCardVO.getName());
|
|
|
if(!bank.equals(bankLogoPO.get().getName())){
|
|
|
- throw new HttpBadRequestException("请输入规定银行账号");
|
|
|
+ throw new HttpBadRequestException("请输入与选定银行一致的账号");
|
|
|
}
|
|
|
List<BankCardPO> bankCardPOList=bankCardDao.findByUserIdAndIsDeleted(userId, DeletedStatus.isNotDeleted);
|
|
|
for(int i=0;i<bankCardPOList.size();i++){
|