feat(sql): 更新数据库表同步状态配置

- 添加新的SQL脚本以重置指定表的同步状态
- 修改测试用例中的执行日期以匹配最新SQL脚本
- 新增对多个操作类表的同步状态更新支持
This commit is contained in:
2025-12-05 17:34:57 +08:00
parent 0af4264ba7
commit 40a93c5dc9
3 changed files with 17 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ public class SqlUtilsTest extends BaseMockitoUnitTest {
@Test
public void testGenerateLastExecuteSQL() throws Exception {
String executeDateStr = "20251125";
String executeDateStr = "20251204";
Date executeDate = DateUtil.parse(executeDateStr, "yyyyMMdd");
String monthStr = DateUtil.format(executeDate, "yyyyMM");
// 获取项目目录下的SQL目录路径