| | |
| | | else if (c == titleColumn) |
| | | orderRecord.setTitle(content); |
| | | else if (c == auctionIdColumn) |
| | | orderRecord.setAuctionId(Long.parseLong(content)); |
| | | orderRecord.setAuctionId(content); |
| | | else if (c == managerWangWangColumn) |
| | | orderRecord.setManagerWangWang(content); |
| | | else if (c == shopColumn) |
| | |
| | | String tradeId = taoBaoOrder.getTradeId(); |
| | | String orderByStr = tradeId.substring(startIndex, endIndex + 1); |
| | | if (orderByStr.length() > 8) { |
| | | LogHelper.error(taoBaoOrder.getOrderId() + "-订单的orderBy超过8位:" + taoBaoOrder.getOrderBy()); |
| | | LogHelper.error(taoBaoOrder.getOrderId() + "-订单的orderBy超过8位:" + orderByStr); |
| | | } |
| | | int orderBy = Integer.parseInt(orderByStr); |
| | | // taoBaoOrder.setOrderBy(orderBy); |