提交 135268c5 authored 作者: liuhaiquan's avatar liuhaiquan

Merge remote-tracking branch 'origin/test' into test

...@@ -823,7 +823,6 @@ public class OwnerAccountServiceImpl implements OwnerAccountService { ...@@ -823,7 +823,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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论