|
@@ -72,8 +72,8 @@ public class UserAccountBankServiceImpl extends ServiceImpl<UserAccountBankMappe
|
|
|
|
|
|
@Override
|
|
|
public ResultData checkUserAccountBank(UserAccountBank userAccountBank) {
|
|
|
- if (StringUtils.isEmpty(userAccountBank.getUserId()))
|
|
|
- return ResultData.getParamValidResult("用户信息不能为空");
|
|
|
+// if (StringUtils.isEmpty(userAccountBank.getUserId()))
|
|
|
+// return ResultData.getParamValidResult("用户信息不能为空");
|
|
|
if (StringUtils.isEmpty(userAccountBank.getAccountId()))
|
|
|
return ResultData.getParamValidResult("账号不能为空");
|
|
|
if (StringUtils.isEmpty(userAccountBank.getAccountArea()))
|