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

Commit f87a3691 authored by jiangxiulong's avatar jiangxiulong

null???

parent 5d9b454b
......@@ -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