提交 2160aef3 authored 作者: huyufan's avatar huyufan

处理BUG

上级 f4d33c35
...@@ -713,7 +713,6 @@ public class OwnerAccountServiceImpl implements OwnerAccountService { ...@@ -713,7 +713,6 @@ public class OwnerAccountServiceImpl implements OwnerAccountService {
} }
if (flag == 2) { if (flag == 2) {
log.info("冻结账户完毕"); log.info("冻结账户完毕");
log.info("插入保证金冻结流水");
accountList = ownerAccountDao.accountInfo(userNo); accountList = ownerAccountDao.accountInfo(userNo);
for (OwnerAccount ownerAccount : accountList) { for (OwnerAccount ownerAccount : accountList) {
if (ownerAccount.getAccountType().equals(OwnerAccountEnum.AccountTypeStatus.MARGIN_ACCOUNT.getCode())) { if (ownerAccount.getAccountType().equals(OwnerAccountEnum.AccountTypeStatus.MARGIN_ACCOUNT.getCode())) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论