|
@@ -296,7 +296,7 @@ public class AppraiseService { |
|
@@ -296,7 +296,7 @@ public class AppraiseService { |
296
|
|
296
|
|
297
|
//发mq,延迟7天设置状态为已完成
|
297
|
//发mq,延迟7天设置状态为已完成
|
298
|
LOGGER.info("start send storageDeposit mq,topic is {}, depositCode is {}", TopicConstants.DEPOSIT_FINISH_DELIVERY, deposit.getDepositCode());
|
298
|
LOGGER.info("start send storageDeposit mq,topic is {}, depositCode is {}", TopicConstants.DEPOSIT_FINISH_DELIVERY, deposit.getDepositCode());
|
299
|
- yhProducer.send(TopicConstants.DEPOSIT_FINISH_DELIVERY, deposit, null, 10);
|
299
|
+ yhProducer.send(TopicConstants.DEPOSIT_FINISH_DELIVERY, deposit, null, 7 * 24 * 60);
|
300
|
}
|
300
|
}
|
301
|
}
|
301
|
}
|
302
|
|
302
|
|