记得上下班打卡 | git大法好,push需谨慎

Commit 7fd0a36e authored by jiangxiulong's avatar jiangxiulong

Merge branch 'dev' into test

parents b6684f24 f87a3691
......@@ -35,11 +35,9 @@ public class PerformancesExpressInfoServiceImpl {
public KylinOrderExpressVo orderRouteDetail(String orderTicketsId) {
LinkedList<KylinOrderExpressRouteVo> routeList = dataUtils.getOrderExpressRoute(orderTicketsId);
KylinOrderExpressVo expressInfo = dataUtils.getOrderExpressInfos(orderTicketsId);
if (null == routeList) {
routeList = new LinkedList<>();
if (null != expressInfo) {
expressInfo.setRouteList(routeList);
}
log.info("1111");
expressInfo.setRouteList(routeList);
return expressInfo;
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment