feat: There is no way the

This commit is contained in:
super_liu
2021-09-23 17:59:52 +08:00
parent 8651c6ee36
commit 86397d169d
2 changed files with 2 additions and 0 deletions
@@ -56,6 +56,7 @@ public class SendDoneMQService {
public void createMQDone(NotifyTodoSendContext object, Message message, Channel channel) throws Exception{
try{
try{
Thread.sleep(5000);
insertOrUpdateInfo(object);
}catch(InterruptedException e){
logger.error(e.toString());
@@ -56,6 +56,7 @@ public class SendMQService {
public void createMQ(BusProcessNew object, Message message, Channel channel) throws Exception{
try{
try{
Thread.sleep(5000);
insertOrUpdateInfo(object);
}catch(InterruptedException e){
logger.error(e.toString());