From cbc816dac90283b293d5a955722ee6b92270d42b Mon Sep 17 00:00:00 2001
From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com>
Date: 星期三, 04 九月 2024 18:25:39 +0800
Subject: [PATCH] 添加Warn message 的支持
---
_Main/BL/Type_Archive/StaticMethod_Success.qbl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/_Main/BL/Type_Archive/StaticMethod_Success.qbl b/_Main/BL/Type_Archive/StaticMethod_Success.qbl
index 2e39f8a..56e0029 100644
--- a/_Main/BL/Type_Archive/StaticMethod_Success.qbl
+++ b/_Main/BL/Type_Archive/StaticMethod_Success.qbl
@@ -12,7 +12,7 @@
code := respJSON.Get( "code" ).GetNumber();
message := respJSON.Get( "message" ).GetString();
- if ( code = 200 ) { // 鎵ц鎴愬姛锛屽鐞嗛渶姹�
+ if ( code = 200 or code = 201 ) { // 鎵ц鎴愬姛锛屽鐞嗛渶姹�
// 鑾峰彇闇�姹�
archiveExecutionStatus.AES_TemporaryDemandData().Execute();
--
Gitblit v1.9.3