From 14cedccaf3c9a7e2caa08e563b9a51e26a1c0d0f Mon Sep 17 00:00:00 2001
From: AprilWind <2100166581@qq.com>
Date: 星期五, 10 五月 2024 10:29:04 +0800
Subject: [PATCH] !530 新增分布式锁Lock4j异常拦截 * update 新增Redis异常处理器处理Lock4j异常

---
 script/sql/postgres/easy_retry_postgre.sql |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/script/sql/postgres/easy_retry_postgre.sql b/script/sql/postgres/easy_retry_postgre.sql
index 62801e9..58cd8ac 100644
--- a/script/sql/postgres/easy_retry_postgre.sql
+++ b/script/sql/postgres/easy_retry_postgre.sql
@@ -463,6 +463,8 @@
 COMMENT ON COLUMN er_job.update_dt IS '鏇存柊鏃堕棿';
 COMMENT ON TABLE er_job IS '浠诲姟淇℃伅';
 
+INSERT INTO er_job VALUES (1, 'dev', 'ruoyi_group', 'demo-job', null, 1, 1710344035622, 1, 1, 4, 1, 'testJobExecutor', 2, '60', 1, 60, 3, 1, 1, 116, 0, '', '', now(), now(), 0);
+
 CREATE TABLE er_job_log_message
 (
     id            BIGSERIAL PRIMARY KEY,

--
Gitblit v1.9.3