fix: sql执行记录根据关键词搜索问题修复等

This commit is contained in:
meilin.huang
2025-06-22 10:52:06 +08:00
parent 7eb4d064ea
commit 54d3a5b368
31 changed files with 305 additions and 322 deletions

View File

@@ -37,4 +37,7 @@ var En = map[i18n.MsgId]string{
LogDataSyncSave: "datasync - Save data sync task",
LogDataSyncDelete: "datasync - Delete data sync task",
LogDataSyncChangeStatus: "datasync - Change status",
DataSyncSuccessMsg: "the synchronous task was executed successfully. New data: {{.count}}",
DataSyncFailMsg: "execution failure: {{.msg}}",
DataSyncingMsg: "during the execution of this task, {{.count}} has been synchronized",
}