master
hellolujian 6 years ago
parent af936510c3
commit 554da463bd

@ -260,8 +260,13 @@ public class RiskBusinessServiceImpl implements RiskBusinessService, ManagerTodo
}
} else {
for (int i = 0; i < orderIdArray.length; i++) {
orderInfo = orderMapper.findOrderById(orderIdArray[i],client.getIntValue("client_id"));
tradeLogs.add(orderInfo);
try {
orderInfo = orderMapper.findOrderById(orderIdArray[i],client.getIntValue("client_id"));
tradeLogs.add(orderInfo);
} catch (Exception e) {
e.printStackTrace();
}
}
}
}

Loading…
Cancel
Save