|
@@ -393,7 +393,11 @@ public class CmsGptCarController {
|
|
|
session.setStatus(1);
|
|
session.setStatus(1);
|
|
|
}
|
|
}
|
|
|
//生成gptSession
|
|
//生成gptSession
|
|
|
- postMirrorCarSession(session);
|
|
|
|
|
|
|
+ try {
|
|
|
|
|
+ postMirrorCarSession(session);
|
|
|
|
|
+ } catch (Exception e) {
|
|
|
|
|
+
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
@Override
|
|
@Override
|
|
|
public void doAfterAllAnalysed(AnalysisContext analysisContext) {
|
|
public void doAfterAllAnalysed(AnalysisContext analysisContext) {
|