|
|
|
@ -89,7 +89,7 @@ public class OrderServiceImpl implements IOrderService {
|
|
|
|
|
ResponseStationOrderVo responseStationOrderVo = JSONUtil.toBean(result, ResponseStationOrderVo.class); |
|
|
|
|
|
|
|
|
|
//检查订单中是否存在需要获取详情的包条信息
|
|
|
|
|
staorderPackageInfo(responseStationOrderVo); |
|
|
|
|
//staorderPackageInfo(responseStationOrderVo);
|
|
|
|
|
logger.info(">>>>>>>>>>>>>>responseStationOrderVo{}", responseStationOrderVo); |
|
|
|
|
|
|
|
|
|
OrderLogEntity orderLogEntity = new OrderLogEntity(); |
|
|
|
|