From 04d863723783c282944f86bf1c190458625de97b Mon Sep 17 00:00:00 2001 From: "1437892690@qq.com" <1437892690@qq.com> Date: Thu, 29 May 2025 12:18:50 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=8A=9F=E8=83=BD]=20IT=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=B8=80=E4=B8=AA=E5=BA=9F=E5=BC=83=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3processtask/step/get/backup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1431801807994880]IT服务删除一个废弃接口processtask/step/get/backup http://192.168.0.96:8090/demo/rdm.html#/story-detail/939050947543040/939050947543042/1431801807994880 --- localconfig/i18n/language_en.json | 4 ++++ localconfig/i18n/language_zh.json | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index d94336c..d1c2661 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -1597,6 +1597,10 @@ "processnotfoundedittargetexception": { "processnotfoundedittargetexception": "Process: {0} does not exist" }, + "processtasknextstepillegalexception": { + "processtasknextstepillegalexception": "{1} Not the next step of step: {0}", + "processtasknextstepillegalexception_a": "The starting step of work order: {0} does not have a next step" + }, "processtasknotfoundedittargetexception": { "processtasknotfoundedittargetexception": "Work order: {0} does not exist" }, diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index 08dd16b..7dc1248 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -1625,6 +1625,10 @@ "processnotfoundedittargetexception": { "processnotfoundedittargetexception": "流程:{0}不存在" }, + "processtasknextstepillegalexception": { + "processtasknextstepillegalexception": "{1}不是步骤:{0}的下一步骤", + "processtasknextstepillegalexception_a": "工单:{0}的开始步骤没有下一步骤" + }, "processtasknotfoundedittargetexception": { "processtasknotfoundedittargetexception": "工单:{0}不存在" }, -- Gitee