diff --git a/SQL/202512/20251211/z_exec_last.sql b/SQL/202512/20251211/z_exec_last.sql new file mode 100644 index 0000000..e27a11a --- /dev/null +++ b/SQL/202512/20251211/z_exec_last.sql @@ -0,0 +1,7 @@ +update + "LOWCODE_FRAME"."LOWCODE_DBFORM" +set IS_DB_SYNC='N' +where TABLE_NAME in ( + 'lc_drill_task', 'lc_outside_batch_approval', 'lc_outside_batch_approval_detail', + 'lc_outside_person' + ); \ No newline at end of file diff --git a/SQL/202512/20251212/z_exec_last.sql b/SQL/202512/20251212/z_exec_last.sql new file mode 100644 index 0000000..96686aa --- /dev/null +++ b/SQL/202512/20251212/z_exec_last.sql @@ -0,0 +1,6 @@ +update + "LOWCODE_FRAME"."LOWCODE_DBFORM" +set IS_DB_SYNC='N' +where TABLE_NAME in ( + 'campus_info', 'lc_outside_person' + ); \ No newline at end of file diff --git a/jeelowcode-admin/src/test/java/com/jeelowcode/tool/framework/common/util/SqlUtilsTest.java b/jeelowcode-admin/src/test/java/com/jeelowcode/tool/framework/common/util/SqlUtilsTest.java index f219ab6..b12029d 100644 --- a/jeelowcode-admin/src/test/java/com/jeelowcode/tool/framework/common/util/SqlUtilsTest.java +++ b/jeelowcode-admin/src/test/java/com/jeelowcode/tool/framework/common/util/SqlUtilsTest.java @@ -22,7 +22,7 @@ public class SqlUtilsTest extends BaseMockitoUnitTest { @Test public void testGenerateLastExecuteSQL() throws Exception { - String executeDateStr = "20251204"; + String executeDateStr = "20251212"; Date executeDate = DateUtil.parse(executeDateStr, "yyyyMMdd"); String monthStr = DateUtil.format(executeDate, "yyyyMM"); // 获取项目目录下的SQL目录路径