|
@@ -801,7 +801,7 @@ public class SupplyChainServiceImpl implements ISupplyChainService {
|
|
//新增
|
|
//新增
|
|
if (1 == messageType) {
|
|
if (1 == messageType) {
|
|
KuaishouSupplyChain supplyChain = new KuaishouSupplyChain(info);
|
|
KuaishouSupplyChain supplyChain = new KuaishouSupplyChain(info);
|
|
- log.info("新增订阅-oid:{} 消息体:\n{}", supplyChain.getOid(),eventJSon);
|
|
|
|
|
|
+ log.info("订单新增消息订阅,oid:{}", supplyChain.getOid());
|
|
String ownership = null;
|
|
String ownership = null;
|
|
Criteria criteria = new Criteria();
|
|
Criteria criteria = new Criteria();
|
|
criteria = Criteria.where("_id").is(supplyChain.getItemId());
|
|
criteria = Criteria.where("_id").is(supplyChain.getItemId());
|