Authored by caoyan

物权转移

@@ -401,8 +401,8 @@ public class ProductIdentifyServiceImpl implements ProductIdentifyService{ @@ -401,8 +401,8 @@ public class ProductIdentifyServiceImpl implements ProductIdentifyService{
401 messageFacade.applyToBeOwner(insertItem.getFromUid(), String.valueOf(uid), tagId, nfcUid, orderCode); 401 messageFacade.applyToBeOwner(insertItem.getFromUid(), String.valueOf(uid), tagId, nfcUid, orderCode);
402 402
403 //发送定时mq 403 //发送定时mq
404 -// yhProducer.send(TopicConstants.MQ_TOPIC_CONFIRM_OWNER_DELAY, insertItem, null, 3*24*60);//3天  
405 - yhProducer.send(TopicConstants.MQ_TOPIC_CONFIRM_OWNER_DELAY, insertItem, null, 5); 404 + yhProducer.send(TopicConstants.MQ_TOPIC_CONFIRM_OWNER_DELAY, insertItem, null, 3*24*60);//3天
  405 +// yhProducer.send(TopicConstants.MQ_TOPIC_CONFIRM_OWNER_DELAY, insertItem, null, 5);
406 406
407 return result; 407 return result;
408 } 408 }