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

Commit c1d54964 authored by anjiabin's avatar anjiabin
parents 9234b4bb 39252f44
......@@ -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