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