|
|
@@ -74,7 +74,7 @@ public class ReconResultServiceImpl implements ReconResultService {
|
|
|
private RestTemplate restTemplate;
|
|
|
|
|
|
@Override
|
|
|
- @Transactional(rollbackFor = Exception.class)
|
|
|
+// @Transactional(rollbackFor = Exception.class)
|
|
|
public ReconSaveResultVO saveReconResult(String eventId, Map<String, Object> params) {
|
|
|
// 1. 构造请求参数
|
|
|
Map<String, Object> req = buildReconRequestParams(params);
|
|
|
@@ -117,7 +117,7 @@ public class ReconResultServiceImpl implements ReconResultService {
|
|
|
}
|
|
|
|
|
|
@Override
|
|
|
- @Transactional(rollbackFor = Exception.class)
|
|
|
+// @Transactional(rollbackFor = Exception.class)
|
|
|
public ReconSaveResultVO parseAndSaveReconResult(String rawResultJson, String eventId) {
|
|
|
// 1. 反序列化 raw_result JSON -> RawResultDTO
|
|
|
RawResultDTO dto;
|