|
@@ -101,6 +101,7 @@ public class RabbitMqListener {
|
|
errorReason = "打包超时";
|
|
errorReason = "打包超时";
|
|
submit.cancel(true);
|
|
submit.cancel(true);
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
|
|
+ log.error("同步场景报错", e);
|
|
Throwable cause = e.getCause();
|
|
Throwable cause = e.getCause();
|
|
if(cause instanceof PackException){
|
|
if(cause instanceof PackException){
|
|
bean.setStatus(CommonSuccessStatus.FAIL.code());
|
|
bean.setStatus(CommonSuccessStatus.FAIL.code());
|