From 9840b2ad423d4fe7ddf6d2bc0c50269914134809 Mon Sep 17 00:00:00 2001 From: zhangyue Date: Thu, 14 May 2026 08:48:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=B6=88=E6=81=AF=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- start/src/main/resources/sdk-prod.yml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/start/src/main/resources/sdk-prod.yml b/start/src/main/resources/sdk-prod.yml index bff2404..19ae7c8 100644 --- a/start/src/main/resources/sdk-prod.yml +++ b/start/src/main/resources/sdk-prod.yml @@ -56,4 +56,22 @@ archives: corePoolSize: 1 queueCapacity: 60 namePrefix: async-task- - keepAliveSeconds: 60 \ No newline at end of file + keepAliveSeconds: 60 +message: + template: + relatedPartyUnitLeaderApplyStartWork: MS000109 + xqUnitLeaderConfirmStartWork: MS000110 + relatedPartyUnitLeaderApplyFinishWork: MS000111 + xqUnitLeaderConfirmFinishWork: MS000112 + relatedPartyUnitLeaderApplyStartWorkPass: MS000132 + relatedPartyUnitLeaderApplyFinishWorkPass: MS000133 + checkInitiatorApplyCheckNotPass: MS000134 + checkedPersonApplyDefend: MS000135 + checkerApplyCheck: MS000136 + checkedPersonApplyCheckConfirm: MS000137 + checkedPersonApplyDefendPass: MS000138 + checkedPersonApplyDefendNotPass: MS000139 + hiddenDangerRectifyPersonApplyRectify: MS000140 + hiddenDangerAcceptancePersonApplyAcceptance: MS000141 + checkInitiatorApplyAcceptancePass: MS000142 + checkInitiatorApplyAcceptanceNotPass: MS000143