From 7e8d70a7567b41259eb99fce40ab6a805ce3d6dc Mon Sep 17 00:00:00 2001 From: "1437892690@qq.com" <1437892690@qq.com> Date: Thu, 27 Feb 2025 17:18:27 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=8A=9F=E8=83=BD]=20=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E5=99=A8=E5=90=AF=E5=8A=A8=E6=97=B6=E5=88=A0=E9=99=A4processta?= =?UTF-8?q?sk=5Fstep=5Fin=5Foperation=E8=A1=A8=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1365928728559616]服务器启动时删除processtask_step_in_operation表数据 http://192.168.0.96:8090/demo/rdm.html#/story-detail/939050947543040/939050947543042/1365928728559616 --- localconfig/i18n/language_en.json | 11 +++++++++++ localconfig/i18n/language_zh.json | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index e0c3f17..f416e3c 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -3779,6 +3779,9 @@ "delayprocesstaskstepslaapi": { "getname": "Delay the timeliness of work order steps" }, + "deleteprocesstaskstepinoperationapi": { + "getname": "Delete data from processtask_step\u0027in_operation table based on work order ID" + }, "processconditionlist": { "getname": "Process Condition List", "input": { @@ -3844,6 +3847,9 @@ } } }, + "processtaskprocessablesteplist": { + "getname": "List interface of steps that the current user can handle" + }, "processtaskrepeatdeleteapi": { "getname": "Unbind duplicate work orders" }, @@ -4065,6 +4071,11 @@ } } }, + "nmpsh": { + "clearprocesstaskstepinoperationstartuphandler": { + "getname": "Clear the backend execution record table data of the work order steps" + } + }, "nmpwh": { "handlerleaderdispatcher": { "getname": "Processor Leader Dispatcher" diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index 27f5196..d643067 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -3829,6 +3829,9 @@ "delayprocesstaskstepslaapi": { "getname": "延迟工单步骤时效" }, + "deleteprocesstaskstepinoperationapi": { + "getname": "根据工单ID删除processtask_step_in_operation表数据" + }, "processconditionlist": { "getname": "流程条件列表", "input": { @@ -3894,6 +3897,9 @@ } } }, + "processtaskprocessablesteplist": { + "getname": "当前用户可处理的步骤列表接口" + }, "processtaskrepeatdeleteapi": { "getname": "解绑重复工单" }, @@ -4115,6 +4121,11 @@ } } }, + "nmpsh": { + "clearprocesstaskstepinoperationstartuphandler": { + "getname": "清除工单步骤后台执行记录表数据" + } + }, "nmpwh": { "handlerleaderdispatcher": { "getname": "处理人领导分派器" -- Gitee