...
|
...
|
@@ -115,11 +115,11 @@ public class UnionOrderServiceImpl implements IUnionOrderService { |
|
|
resList = this.convertTrans(resList,firstOrderList, normalOrderList);
|
|
|
}
|
|
|
}
|
|
|
|
|
|
logger.info("exit getTrandInfo result size is {}",resList.size());
|
|
|
return resList;
|
|
|
|
|
|
} catch (Exception e) {
|
|
|
logger.warn("getUnionOrders: get orders from bigdata redis failed, error is {}", e);
|
|
|
logger.warn("getTrandInfo: get orders from bigdata redis failed, error is {}", e.getMessage());
|
|
|
return null;
|
|
|
}
|
|
|
}
|
...
|
...
|
|