|
|
@@ -108,7 +108,7 @@ public class TransferFuncServiceImpl implements TransferFuncService {
|
|
|
if (StrUtil.isEmpty(applyMoneyReq.getRealName())) {
|
|
|
throw BusinessRuntimeException.getInstance(I18nMessageUtil.getI18nMsg(I18nMessageUtil.getI18nMsg("reaL_name_error")));
|
|
|
}
|
|
|
- if (StrUtil.isEmpty(applyMoneyReq.getBankNo())) {
|
|
|
+ if (StrUtil.isEmpty(applyMoneyReq.getBank())) {
|
|
|
throw BusinessRuntimeException.getInstance(I18nMessageUtil.getI18nMsg("enter_bank_no_error"));
|
|
|
}
|
|
|
isTakeAll = true;
|
|
|
@@ -162,6 +162,7 @@ public class TransferFuncServiceImpl implements TransferFuncService {
|
|
|
distributeMoneyApply.setRemark(applyMoneyReq.getRemark());
|
|
|
distributeMoneyApply.setType(applyMoneyReq.getType());
|
|
|
distributeMoneyApply.setMType(applyMoneyReq.getMType());
|
|
|
+ distributeMoneyApply.setBank(applyMoneyReq.getBank());
|
|
|
if (isTakeAll != null && isTakeAll) {
|
|
|
distributeMoneyApply.setVerifyStatus(DistributeMoneyApply.Status.verifying);
|
|
|
} else {
|