Commit d24de51a authored by tianbo's avatar tianbo

fix(jg-register): 移除不必要的运行时异常抛出

parent a1305698
...@@ -987,7 +987,6 @@ public class IdxBizJgRegisterInfoServiceImpl extends BaseService<IdxBizJgRegiste ...@@ -987,7 +987,6 @@ public class IdxBizJgRegisterInfoServiceImpl extends BaseService<IdxBizJgRegiste
// 保存Es数据 // 保存Es数据
if (!ObjectUtils.isEmpty(record)) { if (!ObjectUtils.isEmpty(record)) {
saveEsData(record); saveEsData(record);
throw new RuntimeException("保存数据失败");
} }
} catch (Exception e) { } catch (Exception e) {
log.error("操作失败,数据异常: " + e.getMessage(), e); log.error("操作失败,数据异常: " + e.getMessage(), e);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment