|
@@ -801,9 +801,7 @@ public class SupplyChainServiceImpl implements ISupplyChainService {
|
|
|
//新增
|
|
|
if (1 == messageType) {
|
|
|
KuaishouSupplyChain supplyChain = new KuaishouSupplyChain(info);
|
|
|
-// log.info("订单新增消息订阅,oid:{}", supplyChain.getOid());
|
|
|
- log.info("新增订阅-oid:{} 消息体:\n{}", supplyChain.getOid(),eventJSon);
|
|
|
-
|
|
|
+ log.info("订单新增消息订阅,oid:{}", supplyChain.getOid());
|
|
|
String ownership = null;
|
|
|
Criteria criteria = new Criteria();
|
|
|
criteria = Criteria.where("_id").is(supplyChain.getItemId());
|
|
@@ -946,6 +944,7 @@ public class SupplyChainServiceImpl implements ISupplyChainService {
|
|
|
|
|
|
for (int i = 0; i < orderView.size(); i++) {
|
|
|
JSONObject info = orderView.getJSONObject(i);
|
|
|
+ System.out.println(info);
|
|
|
KuaishouSupplyChain supplyChain = new KuaishouSupplyChain(info, "1");
|
|
|
|
|
|
String ownership = null;
|