|
|
|
@ -622,17 +622,17 @@ public class DataProcessServiceImpl implements IDataProcessService { |
|
|
|
} |
|
|
|
baseTransDataEntity.setHashId(UUID.randomUUID()); |
|
|
|
|
|
|
|
try { |
|
|
|
handleDashboardAlert(baseTransDataEntity); |
|
|
|
} catch (Exception e) { |
|
|
|
log.error("dashboard alert error", e); |
|
|
|
} |
|
|
|
|
|
|
|
try { |
|
|
|
minuteLevelStorage(baseTransDataEntity); |
|
|
|
} catch (Exception e) { |
|
|
|
log.error("minuteLevelStorage error", e); |
|
|
|
} |
|
|
|
// try {
|
|
|
|
// handleDashboardAlert(baseTransDataEntity);
|
|
|
|
// } catch (Exception e) {
|
|
|
|
// log.error("dashboard alert error", e);
|
|
|
|
// }
|
|
|
|
//
|
|
|
|
// try {
|
|
|
|
// minuteLevelStorage(baseTransDataEntity);
|
|
|
|
// } catch (Exception e) {
|
|
|
|
// log.error("minuteLevelStorage error", e);
|
|
|
|
// }
|
|
|
|
|
|
|
|
// try {
|
|
|
|
// if ("alert".equals(baseTransDataEntity.getStatus())) {
|
|
|
|
|