6364656667686970717273
} @SuppressWarnings("unchecked") private void setOperationList() { try { operationList = (List<Operation>) system.query(new GetOperationByDate(start, end)); } catch (Exception e) { // e.printStackTrace(); } }