...
|
...
|
@@ -271,7 +271,9 @@ public class BuyerOrderServiceImpl implements IBuyerOrderService { |
|
|
bo.setExpressCompanyId(req.getExpressCompanyId());
|
|
|
bo.setWayBillCode(req.getWaybillCode());
|
|
|
bo.setDepotNum(req.getDepotNo());
|
|
|
LOGGER.info("callAppraise startTime is {}", DateUtil.getCurrentTimeSecond());
|
|
|
JSONObject jsonObject = serviceCaller.asyncCall(args, bo, JSONObject.class).get(5);
|
|
|
LOGGER.info("callAppraise endTime is {}", DateUtil.getCurrentTimeSecond());
|
|
|
LOGGER.info("call ufo-gateway interface is {},result is {}", args, jsonObject.toJSONString());
|
|
|
|
|
|
return jsonObject;
|
...
|
...
|
|