...
|
...
|
@@ -214,7 +214,7 @@ public class BuyerOrderChangeBusinessPostProcessor { |
|
|
}
|
|
|
|
|
|
//2.
|
|
|
logger.info("[{}] notify fofp to consume buyer order", uid);
|
|
|
logger.info("[{}] notify fofp to consume buyer order", buyerOrder.getOrderCode());
|
|
|
JSONObject jsonObject = new JSONObject();
|
|
|
jsonObject.put("uid", uid);
|
|
|
jsonObject.put("orderCode", buyerOrder.getOrderCode());
|
...
|
...
|
|