Authored by caoyan

质检优化

... ... @@ -2540,6 +2540,10 @@ public class BuyerOrderServiceImpl implements IBuyerOrderService, ApplicationCon
data = getZtWaybillCode(buyerOrder, sellerGoods, appraiseAddress, skup, req);
}
StorageDeposit deposit = storageDepositMapper.selectByOrderCode(req.getOrderCode());
data.put("region", sellerGoods.getRegion());
data.put("depositCode", null == deposit ? "" : deposit.getDepositCode());
yhValueOperations.set(getRedisKey(req.getOrderCode()), JSONObject.toJSONString(data), 168, TimeUnit.HOURS); //7天
return data;
... ...